summary refs log tree commit diff
diff options
context:
space:
mode:
author宋文武 <iyzsong@gmail.com>2016-04-07 09:33:03 +0800
committerLudovic Courtès <ludo@gnu.org>2016-04-16 11:46:50 +0200
commitbbdae66bf83c62d7c392d668fe8ce284f2266ab4 (patch)
treef32fe9eaa8637ca30701771c77e6b4999a7226d6
parent6dec728d4aee3fba0e9739a1c03e09c533d9b527 (diff)
downloadguix-bbdae66bf83c62d7c392d668fe8ce284f2266ab4.tar.gz
gnu: totem: Update to 3.20.0.
* gnu/packages/gnome.scm (totem): Update to 3.20.0.
-rw-r--r--gnu/packages/gnome.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 679041c2fc..3c4cc47c63 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -3073,7 +3073,7 @@ for application developers.")
 (define-public totem
   (package
     (name "totem")
-    (version "3.18.1")
+    (version "3.20.0")
     (source
      (origin
        (method url-fetch)
@@ -3082,7 +3082,7 @@ for application developers.")
                            name "-" version ".tar.xz"))
        (sha256
         (base32
-         "18h784c77m4h359j3xnlwqlfvnhbw7m052ahzm26r106jsp6x0fp"))))
+         "1pq3fg4778qrylkg6lc4jcb3gvm46n5y7mfn26iihi23aj844yq7"))))
     (build-system glib-or-gtk-build-system)
     (native-inputs
      `(("pkg-config" ,pkg-config)