summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKei Kebreau <kkebreau@posteo.net>2017-11-14 17:17:21 -0500
committerKei Kebreau <kkebreau@posteo.net>2017-11-14 17:50:33 -0500
commit8c2dcedd1d988df3bee773eb80994f27877c0184 (patch)
treefe5affcef63c18ffe0d2b062ea4e267f504a01d1
parent169730718538acf2dce693ae08e4dbee8f40825a (diff)
downloadpatches-8c2dcedd1d988df3bee773eb80994f27877c0184.tar
patches-8c2dcedd1d988df3bee773eb80994f27877c0184.tar.gz
gnu: devhelp: Update to 3.26.0.
* gnu/packages/gnome.scm (devhelp): Update to 3.26.0.
-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 05352df813..d4a941cc0c 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -3122,7 +3122,7 @@ which are easy to play with the aid of a mouse.")
(define-public devhelp
(package
(name "devhelp")
- (version "3.24.0")
+ (version "3.26.0")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/" name "/"
@@ -3130,7 +3130,7 @@ which are easy to play with the aid of a mouse.")
name "-" version ".tar.xz"))
(sha256
(base32
- "0c74rk46dy3kvy78m42jl3ip56c5536zmy8v1lbascjmh4fdwn28"))))
+ "0f4fmkqzn95zmc2paljma33fkj74qj1m6n23qrc5hfwmgx7p3wkb"))))
(build-system glib-or-gtk-build-system)
(native-inputs
`(("intltool" ,intltool)