gnu: devhelp: Update to 3.24.0.

* gnu/packages/gnome.scm (devhelp): Update to 3.24.0.
This commit is contained in:
Marius Bakke 2017-05-24 19:40:03 +02:00
parent aad56d0e21
commit 9bf10a7424
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -2873,7 +2873,7 @@ (define-public aisleriot
(define-public devhelp
(package
(name "devhelp")
(version "3.22.0")
(version "3.24.0")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/" name "/"
@ -2881,7 +2881,7 @@ (define-public devhelp
name "-" version ".tar.xz"))
(sha256
(base32
"1c7zqn8apm1lnpsp74bd880rga2vi5wxfjghqdgwqf6j28pf1jjr"))))
"0c74rk46dy3kvy78m42jl3ip56c5536zmy8v1lbascjmh4fdwn28"))))
(build-system glib-or-gtk-build-system)
(native-inputs
`(("intltool" ,intltool)