kkebreau pushed a commit to branch wip-gnome3.36
in repository guix.
commit 952c9692ba18d52e3a49a7630c2229b4af83389d
Author: Kei Kebreau <[email protected]>
AuthorDate: Sun Apr 19 00:33:05 2020 -0400
gnu: yelp-xsl: Update to 3.36.0.
* gnu/packages/gnome.scm (yelp-xsl): Update to 3.36.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 13018af..1b93fcb 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -5541,7 +5541,7 @@ of running programs and invoke methods on those
interfaces.")
(define-public yelp-xsl
(package
(name "yelp-xsl")
- (version "3.34.2")
+ (version "3.36.0")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/" name "/"
@@ -5549,7 +5549,7 @@ of running programs and invoke methods on those
interfaces.")
name "-" version ".tar.xz"))
(sha256
(base32
- "1bdpgkzawhqmw52l6zx8czzg1ndfgcf1p44m2bxjdpqkc4afcgqc"))))
+ "1hsfj3q3a3kca0cf9i02xlq2qd4vy12qsjb89hh4r6mp6c11rrag"))))
(build-system gnu-build-system)
(native-inputs
`(("gettext-minimal" ,gettext-minimal)