gnu: yelp-xsl: Update to 3.20.1.

* gnu/packages/gnome.scm (yelp-xsl): Update to 3.20.1.
This commit is contained in:
宋文武 2016-04-28 09:59:51 +08:00
parent c51555f414
commit 27ad574333
1 changed files with 2 additions and 2 deletions

View File

@ -3576,7 +3576,7 @@ of running programs and invoke methods on those interfaces.")
(define-public yelp-xsl (define-public yelp-xsl
(package (package
(name "yelp-xsl") (name "yelp-xsl")
(version "3.20.0") (version "3.20.1")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append "mirror://gnome/sources/" name "/" (uri (string-append "mirror://gnome/sources/" name "/"
@ -3584,7 +3584,7 @@ of running programs and invoke methods on those interfaces.")
name "-" version ".tar.xz")) name "-" version ".tar.xz"))
(sha256 (sha256
(base32 (base32
"0j288fw7bqbswl2vk73ihs0ngky0b3p8k1yy5lrxfh1whn3phclz")))) "183vz4aw8fcmw8k8q7r4zrm1p76gwg2cca1fsdrkaiyabng88qfw"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(native-inputs (native-inputs
`(("intltool" ,intltool) `(("intltool" ,intltool)