[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
20/22: gnu: devhelp: Update to 3.18.1.
From: |
Efraim Flashner |
Subject: |
20/22: gnu: devhelp: Update to 3.18.1. |
Date: |
Sun, 13 Dec 2015 13:09:00 +0000 |
efraim pushed a commit to branch master
in repository guix.
commit 3acae17019fdb1d4c7327acbcecebfc94c0f5d6a
Author: Efraim Flashner <address@hidden>
Date: Sun Dec 13 13:40:30 2015 +0200
gnu: devhelp: Update to 3.18.1.
* gnu/packages/gnome.scm (devhelp): Update to 3.18.1.
---
gnu/packages/gnome.scm | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index ea7e13b..6e33fa9 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -2598,7 +2598,7 @@ which are easy to play with the aid of a mouse.")
(define-public devhelp
(package
(name "devhelp")
- (version "3.16.1")
+ (version "3.18.1")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/" name "/"
@@ -2606,7 +2606,7 @@ which are easy to play with the aid of a mouse.")
name "-" version ".tar.xz"))
(sha256
(base32
- "0i8kyh86hzwxs8dm047ivghl2b92vigdxa3x4pk4ha0whpk38g37"))))
+ "1vqsqpc51cir5qf801ibh6ljlpfw0qd513l9hjcnzp4ls8m1cfih"))))
(build-system glib-or-gtk-build-system)
(native-inputs
`(("intltool" ,intltool)
- 14/22: gnu: gnome-keyring: Update to 3.18.3., (continued)
- 14/22: gnu: gnome-keyring: Update to 3.18.3., Efraim Flashner, 2015/12/13
- 13/22: gnu: gnome-klotski: Update to 3.18.2., Efraim Flashner, 2015/12/13
- 16/22: gnu: seahorse: Update to 3.18.0., Efraim Flashner, 2015/12/13
- 19/22: gnu: aisleriot: Update to 3.18.2., Efraim Flashner, 2015/12/13
- 12/22: gnu: gnome-common: Update to 3.18.0., Efraim Flashner, 2015/12/13
- 17/22: gnu: seahorse: Add support for keyservers, gnupg2 and ldap., Efraim Flashner, 2015/12/13
- 15/22: gnu: gnome-terminal: Update to 3.18.2., Efraim Flashner, 2015/12/13
- 18/22: gnu: gnome-mines: Update to 3.18.2., Efraim Flashner, 2015/12/13
- 21/22: gnu: eog: Update to 3.18.1., Efraim Flashner, 2015/12/13
- 22/22: gnu: adwaita-icon-theme: Update to 3.18.0., Efraim Flashner, 2015/12/13
- 20/22: gnu: devhelp: Update to 3.18.1.,
Efraim Flashner <=