diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2018-08-05 13:49:16 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2019-03-07 13:41:04 +0100 |
commit | 7c2139005b2611aa37f77b5fe4d44f8c4931cf5a (patch) | |
tree | abb7520ecf1bf62085b22e6a840168257e585f61 /gnu/packages/gnome.scm | |
parent | ef7f084fe50fb79a0edc1e762bf3bcf13e3716ae (diff) | |
download | patches-7c2139005b2611aa37f77b5fe4d44f8c4931cf5a.tar patches-7c2139005b2611aa37f77b5fe4d44f8c4931cf5a.tar.gz |
gnu: yelp-xsl: Update to 3.28.0.
* gnu/packages/gnome.scm (yelp-xsl): Update to 3.28.0.
Diffstat (limited to 'gnu/packages/gnome.scm')
-rw-r--r-- | gnu/packages/gnome.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 1e7883236f..4a48207f24 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -4398,7 +4398,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 "/" @@ -4406,7 +4406,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) |