diff options
author | 宋文武 <iyzsong@gmail.com> | 2016-04-28 10:00:28 +0800 |
---|---|---|
committer | 宋文武 <iyzsong@gmail.com> | 2016-05-02 22:06:43 +0800 |
commit | b8967d48613c38fc02400829ae2460cf17e346a5 (patch) | |
tree | 80f139fdbaff5d9826397e4745e0492246506c64 /gnu/packages | |
parent | 27ad574333445c9d46dbfd4f143c23da2526a891 (diff) | |
download | guix-b8967d48613c38fc02400829ae2460cf17e346a5.tar guix-b8967d48613c38fc02400829ae2460cf17e346a5.tar.gz |
gnu: yelp: Update to 3.20.1.
* gnu/packages/gnome.scm (yelp): Update to 3.20.1.
Diffstat (limited to 'gnu/packages')
-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 e52aa9739b..6abb89d21f 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -3600,7 +3600,7 @@ to format Docbook and Mallard documents.") (define-public yelp (package (name "yelp") - (version "3.20.0") + (version "3.20.1") (source (origin (method url-fetch) (uri (string-append "mirror://gnome/sources/" name "/" @@ -3608,7 +3608,7 @@ to format Docbook and Mallard documents.") name "-" version ".tar.xz")) (sha256 (base32 - "0g404njlgr38nif9hb3krybavk56wplkafxvfibcg68iqp9465dz")))) + "1hh8yqbv0scn9nksk9mq94cb4sdczlzxplclv2wqr41jmm8v186x")))) (build-system glib-or-gtk-build-system) (native-inputs `(("glib:bin" ,glib "bin") ; for glib-genmarshal, etc. |