gnu: yelp: Update to 3.28.1.

* gnu/packages/gnome.scm (yelp): Update to 3.28.1.
This commit is contained in:
Ricardo Wurmus 2018-08-05 13:48:45 +02:00
parent 8c5b884c34
commit ef7f084fe5
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -4422,7 +4422,7 @@ (define-public yelp-xsl
(define-public yelp
(package
(name "yelp")
(version "3.22.0")
(version "3.28.1")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/" name "/"
@ -4430,7 +4430,7 @@ (define-public yelp
name "-" version ".tar.xz"))
(sha256
(base32
"13kpi0qmnfx2xwizyhmf5i5xaw9ckcn1k7v0289p7als4dybf5l6"))))
"033w5qnhm495pnvscnb3k2dagzgq4fsnzcrh0k2rgr10mw2mv2p8"))))
(build-system glib-or-gtk-build-system)
(native-inputs
`(("glib:bin" ,glib "bin") ; for glib-genmarshal, etc.