diff options
author | Mark H Weaver <mhw@netris.org> | 2017-01-09 04:05:02 -0500 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2017-01-11 11:34:16 -0500 |
commit | 491cc0dc6135dbc5ceea6506b4635c52d2337c13 (patch) | |
tree | fed508b0ecb9598dd98dd1ab364f432524978f3e /gnu | |
parent | 0803a6b60d20bea75834628660ef0dcad43d7358 (diff) | |
download | gnu-guix-491cc0dc6135dbc5ceea6506b4635c52d2337c13.tar gnu-guix-491cc0dc6135dbc5ceea6506b4635c52d2337c13.tar.gz |
gnu: yelp: Update to 3.22.0.
* gnu/packages/gnome.scm (yelp): Update to 3.22.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 797edec1be..8192c93de0 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -3739,7 +3739,7 @@ to format Docbook and Mallard documents.") (define-public yelp (package (name "yelp") - (version "3.20.1") + (version "3.22.0") (source (origin (method url-fetch) (uri (string-append "mirror://gnome/sources/" name "/" @@ -3747,7 +3747,7 @@ to format Docbook and Mallard documents.") name "-" version ".tar.xz")) (sha256 (base32 - "1hh8yqbv0scn9nksk9mq94cb4sdczlzxplclv2wqr41jmm8v186x")))) + "13kpi0qmnfx2xwizyhmf5i5xaw9ckcn1k7v0289p7als4dybf5l6")))) (build-system glib-or-gtk-build-system) (native-inputs `(("glib:bin" ,glib "bin") ; for glib-genmarshal, etc. |