rekado pushed a commit to branch wip-gnome-upgrades
in repository guix.
commit 2cbe6542987a188b5a33a9698691a6384b785be8
Author: Ricardo Wurmus <[email protected]>
Date: Sun Aug 5 13:49:16 2018 +0200
gnu: yelp-xsl: Update to 3.28.0.
* gnu/packages/gnome.scm (yelp-xsl): Update to 3.28.0.
---
gnu/packages/gnome.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index a78c7ff..3dd7094 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -4290,7 +4290,7 @@ of running programs and invoke methods on those
interfaces.")
(define-public yelp-xsl
(package
(name "yelp-xsl")
- (version "3.20.1")
+ (version "3.28.0")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/" name "/"
@@ -4298,7 +4298,7 @@ of running programs and invoke methods on those
interfaces.")
name "-" version ".tar.xz"))
(sha256
(base32
- "183vz4aw8fcmw8k8q7r4zrm1p76gwg2cca1fsdrkaiyabng88qfw"))))
+ "14rznm1qpsnmkwksnkd5j7zplakl01kvrcw0fdmd5gdc65xz9kcc"))))
(build-system gnu-build-system)
(native-inputs
`(("intltool" ,intltool)