summary refs log tree commit diff
path: root/gnu
diff options
context:
space:
mode:
authorEfraim Flashner <efraim@flashner.co.il>2015-12-13 10:10:10 +0200
committerEfraim Flashner <efraim@flashner.co.il>2015-12-13 10:10:10 +0200
commitc0925c7a290729b731c4c352db3e71bdfc4d1a1c (patch)
treee73cecfcd36ce3469d9b534e270ef28883171ea0 /gnu
parent47b7d7bf98c8fec8b763c091cd8ca6cb19076095 (diff)
downloadguix-c0925c7a290729b731c4c352db3e71bdfc4d1a1c.tar.gz
gnu: totem: Update to 3.18.1.
* gnu/packages/gnome.scm (totem): Update to 3.18.1.
Diffstat (limited to 'gnu')
-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 5a47afb65a..70a076b361 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -2997,7 +2997,7 @@ for application developers.")
 (define-public totem
   (package
     (name "totem")
-    (version "3.16.1")
+    (version "3.18.1")
     (source
      (origin
        (method url-fetch)
@@ -3006,7 +3006,7 @@ for application developers.")
                            name "-" version ".tar.xz"))
        (sha256
         (base32
-         "1nkm2i271ivq40hryrl6px39gbbvhmlx4vmvwvw4h3z8xh3013f9"))))
+         "18h784c77m4h359j3xnlwqlfvnhbw7m052ahzm26r106jsp6x0fp"))))
     (build-system glib-or-gtk-build-system)
     (native-inputs
      `(("pkg-config" ,pkg-config)