diff options
author | 宋文武 <iyzsong@gmail.com> | 2016-04-07 09:39:20 +0800 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2016-04-16 11:46:50 +0200 |
commit | e4793409996e4b48c09c9ac2eeede777ae670503 (patch) | |
tree | 499bd42d910e0ccca78012ca57ccc5b5b1e0df12 /gnu/packages | |
parent | a49433bcafbc620d9929c9075a112510d2102087 (diff) | |
download | guix-e4793409996e4b48c09c9ac2eeede777ae670503.tar guix-e4793409996e4b48c09c9ac2eeede777ae670503.tar.gz |
gnu: yelp-xsl: Update to 3.20.0.
* gnu/packages/gnome.scm (yelp-xsl): Update to 3.20.0.
Diffstat (limited to 'gnu/packages')
-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 980c743b3a..2d1481b765 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -3575,7 +3575,7 @@ of running programs and invoke methods on those interfaces.") (define-public yelp-xsl (package (name "yelp-xsl") - (version "3.18.1") + (version "3.20.0") (source (origin (method url-fetch) (uri (string-append "mirror://gnome/sources/" name "/" @@ -3583,7 +3583,7 @@ of running programs and invoke methods on those interfaces.") name "-" version ".tar.xz")) (sha256 (base32 - "0qmsq7qkc06gmnkvbs84qj3jjzlihriy3z45nfbpgg51b6z0z1q0")))) + "0j288fw7bqbswl2vk73ihs0ngky0b3p8k1yy5lrxfh1whn3phclz")))) (build-system gnu-build-system) (native-inputs `(("intltool" ,intltool) |