diff options
author | Marius Bakke <mbakke@fastmail.com> | 2017-05-24 19:41:41 +0200 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2017-05-25 00:53:44 +0200 |
commit | aad56d0e21124b51e1a32687f2a6dda70d406590 (patch) | |
tree | 86e9a8fc2b3b8cddfa4ce3938855087203b95d23 /gnu/packages/gnome.scm | |
parent | 16c2b151a32a916f64cbcc8259def51f24af8041 (diff) | |
download | guix-aad56d0e21124b51e1a32687f2a6dda70d406590.tar guix-aad56d0e21124b51e1a32687f2a6dda70d406590.tar.gz |
gnu: totem: Update to 3.24.0.
* gnu/packages/gnome.scm (totem): Update to 3.24.0.
Diffstat (limited to 'gnu/packages/gnome.scm')
-rw-r--r-- | gnu/packages/gnome.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index a98aa34d7c..031203d031 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -3343,7 +3343,7 @@ for application developers.") (define-public totem (package (name "totem") - (version "3.22.0") + (version "3.24.0") (source (origin (method url-fetch) @@ -3352,7 +3352,7 @@ for application developers.") name "-" version ".tar.xz")) (sha256 (base32 - "1sjgjqhpsh3kipnbc8y31xz64s61xjayxq98pi0vkgbl2rdmnsh2")))) + "00cdlll5b0wj5ckl1pc0a3g39a0hlq0gxkcsh1f6p20fjixqzmwv")))) (build-system glib-or-gtk-build-system) (native-inputs `(("pkg-config" ,pkg-config) |