diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2017-08-18 13:50:22 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2017-08-18 14:54:59 +0200 |
commit | 7c94a3599eedfd53fcbad70baebbcbed3e38d0fa (patch) | |
tree | b59d1354715660e50a4f9cf564dd5bf24c7d9209 /gnu | |
parent | 94793c1d0a03bb183bf13cd578d10410f4a9dda8 (diff) | |
download | guix-7c94a3599eedfd53fcbad70baebbcbed3e38d0fa.tar guix-7c94a3599eedfd53fcbad70baebbcbed3e38d0fa.tar.gz |
gnu: totem-pl-parser: Update to 3.10.8.
* gnu/packages/gnome.scm (totem-pl-parser): Update to 3.10.8.
Diffstat (limited to 'gnu')
-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 dab450acb4..9ad56e00f9 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -2983,7 +2983,7 @@ settings, themes, mouse settings, and startup of other daemons.") (define-public totem-pl-parser (package (name "totem-pl-parser") - (version "3.10.7") + (version "3.10.8") (source (origin (method url-fetch) (uri (string-append "mirror://gnome/sources/totem-pl-parser/" @@ -2991,7 +2991,7 @@ settings, themes, mouse settings, and startup of other daemons.") "totem-pl-parser-" version ".tar.xz")) (sha256 (base32 - "17089sqyh6w6zr8ci865ihmvqshnslcsk9fbsl4s7yii66y8b0lw")))) + "0ayxg0gfs5h5jhr811ja5hxlhryklzp6jlal2ach9wym2c3hmigz")))) (build-system gnu-build-system) (arguments ;; FIXME: Tests require gvfs. |