summaryrefslogtreecommitdiff
path: root/gnu/packages/gnome.scm
diff options
context:
space:
mode:
authorMark H Weaver <mhw@netris.org>2017-01-09 03:46:09 -0500
committerMark H Weaver <mhw@netris.org>2017-01-11 11:34:18 -0500
commit76aea80d45541361761462863c55a9fa7d28de62 (patch)
treebd5d3d4ffa87350dd75e5dfd35b11e3b94f66fd9 /gnu/packages/gnome.scm
parent491cc0dc6135dbc5ceea6506b4635c52d2337c13 (diff)
gnu: devhelp: Update to 3.22.0.
* gnu/packages/gnome.scm (devhelp): Update to 3.22.0.
Diffstat (limited to 'gnu/packages/gnome.scm')
-rw-r--r--gnu/packages/gnome.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 8192c93de0..41cf740d17 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -2765,7 +2765,7 @@ which are easy to play with the aid of a mouse.")
(define-public devhelp
(package
(name "devhelp")
- (version "3.20.0")
+ (version "3.22.0")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/" name "/"
@@ -2773,7 +2773,7 @@ which are easy to play with the aid of a mouse.")
name "-" version ".tar.xz"))
(sha256
(base32
- "078zr92xs5ifp862v1vdmw1j9m6gr9zk5hjbk5065vxjwb17acx2"))))
+ "1c7zqn8apm1lnpsp74bd880rga2vi5wxfjghqdgwqf6j28pf1jjr"))))
(build-system glib-or-gtk-build-system)
(native-inputs
`(("intltool" ,intltool)