me
/
guix
Archived
1
0
Fork 0

gnu: yelp-xsl: Update to 3.18.1.

* gnu/packages/gnome.scm (yelp-xsl): Update to 3.18.1.
master
Efraim Flashner 2015-12-13 12:12:46 +02:00
parent 9bffc630cf
commit ccdb0181c1
1 changed files with 2 additions and 2 deletions

View File

@ -3485,7 +3485,7 @@ of running programs and invoke methods on those interfaces.")
(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 @@ of running programs and invoke methods on those interfaces.")
name "-" version ".tar.xz"))
(sha256
(base32
"0jhpni4mmfvj3xf57rjm61nc8d0x66hz9gd1ywws5lh39g6fx59j"))))
"0qmsq7qkc06gmnkvbs84qj3jjzlihriy3z45nfbpgg51b6z0z1q0"))))
(build-system gnu-build-system)
(native-inputs
`(("intltool" ,intltool)