gnu: yelp-xsl: Update to 3.34.2.

* gnu/packages/gnome.scm (yelp-xsl): Update to 3.34.2.
[native-inputs]: Remove INTLTOOL.  Add GETTEXT-MINIMAL.
This commit is contained in:
Marius Bakke 2020-01-23 23:20:21 +01:00
parent c825720826
commit 632a9b32c5
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -5574,7 +5574,7 @@ (define-public d-feet
(define-public yelp-xsl
(package
(name "yelp-xsl")
(version "3.32.1")
(version "3.34.2")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/" name "/"
@ -5582,10 +5582,10 @@ (define-public yelp-xsl
name "-" version ".tar.xz"))
(sha256
(base32
"013z2ixx9kfrs6hq79qpil093xfbc12y1p0mvsh6lpala30iphya"))))
"1bdpgkzawhqmw52l6zx8czzg1ndfgcf1p44m2bxjdpqkc4afcgqc"))))
(build-system gnu-build-system)
(native-inputs
`(("intltool" ,intltool)
`(("gettext-minimal" ,gettext-minimal)
("itstool" ,itstool)
("xmllint" ,libxml2)))
(home-page "https://wiki.gnome.org/Apps/Yelp")