gnu: devhelp: Update to 3.20.0.

* gnu/packages/gnome.scm (devhelp): Update to 3.20.0.
This commit is contained in:
宋文武 2016-04-07 09:03:31 +08:00 committed by Ludovic Courtès
parent f97382a7d6
commit da91424853
1 changed files with 2 additions and 2 deletions

View File

@ -2668,7 +2668,7 @@ which are easy to play with the aid of a mouse.")
(define-public devhelp (define-public devhelp
(package (package
(name "devhelp") (name "devhelp")
(version "3.18.1") (version "3.20.0")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append "mirror://gnome/sources/" name "/" (uri (string-append "mirror://gnome/sources/" name "/"
@ -2676,7 +2676,7 @@ which are easy to play with the aid of a mouse.")
name "-" version ".tar.xz")) name "-" version ".tar.xz"))
(sha256 (sha256
(base32 (base32
"1vqsqpc51cir5qf801ibh6ljlpfw0qd513l9hjcnzp4ls8m1cfih")))) "078zr92xs5ifp862v1vdmw1j9m6gr9zk5hjbk5065vxjwb17acx2"))))
(build-system glib-or-gtk-build-system) (build-system glib-or-gtk-build-system)
(native-inputs (native-inputs
`(("intltool" ,intltool) `(("intltool" ,intltool)