gnu: yelp-xsl: Update to 3.18.1.

* gnu/packages/gnome.scm (yelp-xsl): Update to 3.18.1.
This commit is contained in:
Efraim Flashner 2015-12-13 12:12:46 +02:00
parent 9bffc630cf
commit ccdb0181c1

View file

@ -3485,7 +3485,7 @@ (define-public d-feet
(define-public yelp-xsl
(package
(name "yelp-xsl")
(version "3.16.1")
(version "3.18.1")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/" name "/"
@ -3493,7 +3493,7 @@ (define-public yelp-xsl
name "-" version ".tar.xz"))
(sha256
(base32
"0jhpni4mmfvj3xf57rjm61nc8d0x66hz9gd1ywws5lh39g6fx59j"))))
"0qmsq7qkc06gmnkvbs84qj3jjzlihriy3z45nfbpgg51b6z0z1q0"))))
(build-system gnu-build-system)
(native-inputs
`(("intltool" ,intltool)