summaryrefslogtreecommitdiff
path: root/gnu/packages/gnome.scm
diff options
context:
space:
mode:
authorMarius Bakke <mbakke@fastmail.com>2017-05-24 19:40:03 +0200
committerMarius Bakke <mbakke@fastmail.com>2017-05-25 00:53:44 +0200
commit9bf10a74241854f6dbe785eccac3bc3a0d42ebdc (patch)
tree0b600f49a897e0c4f547d82a351cfdd85413e877 /gnu/packages/gnome.scm
parentaad56d0e21124b51e1a32687f2a6dda70d406590 (diff)
downloadguix-patches-9bf10a74241854f6dbe785eccac3bc3a0d42ebdc.tar
guix-patches-9bf10a74241854f6dbe785eccac3bc3a0d42ebdc.tar.gz
gnu: devhelp: Update to 3.24.0.
* gnu/packages/gnome.scm (devhelp): Update to 3.24.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 031203d031..0905a112f0 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -2873,7 +2873,7 @@ which are easy to play with the aid of a mouse.")
(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 @@ which are easy to play with the aid of a mouse.")
name "-" version ".tar.xz"))
(sha256
(base32
- "1c7zqn8apm1lnpsp74bd880rga2vi5wxfjghqdgwqf6j28pf1jjr"))))
+ "0c74rk46dy3kvy78m42jl3ip56c5536zmy8v1lbascjmh4fdwn28"))))
(build-system glib-or-gtk-build-system)
(native-inputs
`(("intltool" ,intltool)