diff options
author | 宋文武 <iyzsong@gmail.com> | 2016-04-07 09:40:13 +0800 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2016-04-16 11:46:50 +0200 |
commit | e07573f83012627143f5202762b7946e754f13a2 (patch) | |
tree | 529e991ff658f1ee05f096966c6440925bf7aa42 /gnu | |
parent | e4793409996e4b48c09c9ac2eeede777ae670503 (diff) | |
download | guix-e07573f83012627143f5202762b7946e754f13a2.tar guix-e07573f83012627143f5202762b7946e754f13a2.tar.gz |
gnu: yelp: Update to 3.20.0.
* gnu/packages/gnome.scm (yelp): Update to 3.20.0.
Diffstat (limited to 'gnu')
-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 2d1481b765..245ecba01f 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -3599,7 +3599,7 @@ to format Docbook and Mallard documents.") (define-public yelp (package (name "yelp") - (version "3.18.1") + (version "3.20.0") (source (origin (method url-fetch) (uri (string-append "mirror://gnome/sources/" name "/" @@ -3607,7 +3607,7 @@ to format Docbook and Mallard documents.") name "-" version ".tar.xz")) (sha256 (base32 - "10384lr712xdr8zbi07vqh0cf4nd7ybg1vs05r5cy3kwf6s4wfms")))) + "0g404njlgr38nif9hb3krybavk56wplkafxvfibcg68iqp9465dz")))) (build-system glib-or-gtk-build-system) (native-inputs `(("glib:bin" ,glib "bin") ; for glib-genmarshal, etc. |