gnu: yelp-xsl: Update to 3.30.1.

* gnu/packages/gnome.scm (yelp-xsl): Update to 3.30.1.
This commit is contained in:
Ricardo Wurmus 2018-12-06 18:45:06 +01:00 committed by Kei Kebreau
parent 9d029b7fc9
commit 9583e8a5c1
No known key found for this signature in database
GPG Key ID: E6A5EE3C19467A0D
1 changed files with 2 additions and 2 deletions

View File

@ -4503,7 +4503,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.28.0") (version "3.30.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 "/"
@ -4511,7 +4511,7 @@ of running programs and invoke methods on those interfaces.")
name "-" version ".tar.xz")) name "-" version ".tar.xz"))
(sha256 (sha256
(base32 (base32
"14rznm1qpsnmkwksnkd5j7zplakl01kvrcw0fdmd5gdc65xz9kcc")))) "0ffgp3ymcc11r9sdndliwwngljcy1mfqpfxsdfbm8rlcjg2k3vzw"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(native-inputs (native-inputs
`(("intltool" ,intltool) `(("intltool" ,intltool)