summaryrefslogtreecommitdiff
path: root/gnu/packages/gnome.scm
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2018-12-06 18:45:06 +0100
committerKei Kebreau <kkebreau@posteo.net>2019-06-20 23:24:39 -0400
commit9583e8a5c13dca13b1425c5e833ba1ba3d7a177e (patch)
treeadfbf0cf7128000e84a3a4d6e6be7e03411ed8a7 /gnu/packages/gnome.scm
parent9d029b7fc948208812be989457b28955246cbf7e (diff)
downloadpatches-9583e8a5c13dca13b1425c5e833ba1ba3d7a177e.tar
patches-9583e8a5c13dca13b1425c5e833ba1ba3d7a177e.tar.gz
gnu: yelp-xsl: Update to 3.30.1.
* gnu/packages/gnome.scm (yelp-xsl): Update to 3.30.1.
Diffstat (limited to 'gnu/packages/gnome.scm')
-rw-r--r--gnu/packages/gnome.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 0c10de7c18..d697bda1f2 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -4503,7 +4503,7 @@ of running programs and invoke methods on those interfaces.")
(define-public yelp-xsl
(package
(name "yelp-xsl")
- (version "3.28.0")
+ (version "3.30.1")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/" name "/"
@@ -4511,7 +4511,7 @@ of running programs and invoke methods on those interfaces.")
name "-" version ".tar.xz"))
(sha256
(base32
- "14rznm1qpsnmkwksnkd5j7zplakl01kvrcw0fdmd5gdc65xz9kcc"))))
+ "0ffgp3ymcc11r9sdndliwwngljcy1mfqpfxsdfbm8rlcjg2k3vzw"))))
(build-system gnu-build-system)
(native-inputs
`(("intltool" ,intltool)