gnu: yelp: Update to 3.21.3

* gnu/packages/gnome.scm (yelp): Update to 3.21.3
master
John Darrington 2016-08-27 06:11:23 +02:00
parent 1062f2451f
commit 29405d8821
No known key found for this signature in database
GPG Key ID: 8A67719C2DE827B3
1 changed files with 2 additions and 2 deletions

View File

@ -3711,7 +3711,7 @@ to format Docbook and Mallard documents.")
(define-public yelp (define-public yelp
(package (package
(name "yelp") (name "yelp")
(version "3.20.1") (version "3.21.3")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append "mirror://gnome/sources/" name "/" (uri (string-append "mirror://gnome/sources/" name "/"
@ -3719,7 +3719,7 @@ to format Docbook and Mallard documents.")
name "-" version ".tar.xz")) name "-" version ".tar.xz"))
(sha256 (sha256
(base32 (base32
"1hh8yqbv0scn9nksk9mq94cb4sdczlzxplclv2wqr41jmm8v186x")))) "1x8la7qn0l796p4nhprvkwb6sk6yc39xhq3gabvzrhdlb6mjgmrs"))))
(build-system glib-or-gtk-build-system) (build-system glib-or-gtk-build-system)
(native-inputs (native-inputs
`(("glib:bin" ,glib "bin") ; for glib-genmarshal, etc. `(("glib:bin" ,glib "bin") ; for glib-genmarshal, etc.