diff options
author | John Darrington <jmd@gnu.org> | 2016-08-27 06:11:23 +0200 |
---|---|---|
committer | John Darrington <jmd@gnu.org> | 2016-08-30 06:56:50 +0200 |
commit | 29405d882161e8bfa9aadf67bc264c2ee6c74fa4 (patch) | |
tree | 06ef737d7cb64dff79b1176b4d5b250cb6ce17a1 /gnu | |
parent | 1062f2451f2a7851f721eb798f45bdebd99d1d58 (diff) |
gnu: yelp: Update to 3.21.3
* gnu/packages/gnome.scm (yelp): Update to 3.21.3
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 f4488c929b..5ea9714431 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -3711,7 +3711,7 @@ to format Docbook and Mallard documents.") (define-public yelp (package (name "yelp") - (version "3.20.1") + (version "3.21.3") (source (origin (method url-fetch) (uri (string-append "mirror://gnome/sources/" name "/" @@ -3719,7 +3719,7 @@ to format Docbook and Mallard documents.") name "-" version ".tar.xz")) (sha256 (base32 - "1hh8yqbv0scn9nksk9mq94cb4sdczlzxplclv2wqr41jmm8v186x")))) + "1x8la7qn0l796p4nhprvkwb6sk6yc39xhq3gabvzrhdlb6mjgmrs")))) (build-system glib-or-gtk-build-system) (native-inputs `(("glib:bin" ,glib "bin") ; for glib-genmarshal, etc. |