[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
30/61: gnu: devhelp: Update to 3.28.1.
From: |
guix-commits |
Subject: |
30/61: gnu: devhelp: Update to 3.28.1. |
Date: |
Sat, 9 Mar 2019 02:53:25 -0500 (EST) |
rekado pushed a commit to branch staging
in repository guix.
commit 5dd12afcfb3509809ed611216a057edc90a5756e
Author: Ricardo Wurmus <address@hidden>
Date: Mon Aug 6 15:44:18 2018 +0200
gnu: devhelp: Update to 3.28.1.
* gnu/packages/gnome.scm (devhelp): Update to 3.28.1.
[native-inputs]: Add itstool.
---
gnu/packages/gnome.scm | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 6ddc076..ff6b17f 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -3303,7 +3303,7 @@ which are easy to play with the aid of a mouse.")
(define-public devhelp
(package
(name "devhelp")
- (version "3.26.0")
+ (version "3.28.1")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/" name "/"
@@ -3311,10 +3311,11 @@ which are easy to play with the aid of a mouse.")
name "-" version ".tar.xz"))
(sha256
(base32
- "0f4fmkqzn95zmc2paljma33fkj74qj1m6n23qrc5hfwmgx7p3wkb"))))
+ "08a8xizjqz68k30zd37r7g516azhan9bbrjsvv10hjd5dg3f476s"))))
(build-system glib-or-gtk-build-system)
(native-inputs
`(("intltool" ,intltool)
+ ("itstool" ,itstool)
("pkg-config" ,pkg-config)))
(inputs
`(("gsettings-desktop-schemas" ,gsettings-desktop-schemas)
- 08/61: gnu: file-roller: Update to 3.28.0., (continued)
- 08/61: gnu: file-roller: Update to 3.28.0., guix-commits, 2019/03/09
- 16/61: gnu: adwaita-icon-theme: Update to 3.28.0., guix-commits, 2019/03/09
- 19/61: gnu: geocode-glib: Update to 3.26.0., guix-commits, 2019/03/09
- 20/61: gnu: libgweather: Update to 3.28.2., guix-commits, 2019/03/09
- 14/61: gnu: gcr: Update to 3.28.0., guix-commits, 2019/03/09
- 38/61: gnu: python-pyatspi: Update to 2.26.0., guix-commits, 2019/03/09
- 23/61: gnu: eog: Update to 3.28.2., guix-commits, 2019/03/09
- 33/61: gnu: cheese: Propagate more inputs., guix-commits, 2019/03/09
- 35/61: gnu: gnome-session: Update to 3.28.1., guix-commits, 2019/03/09
- 27/61: gnu: gvfs: Update to 1.36.2., guix-commits, 2019/03/09
- 30/61: gnu: devhelp: Update to 3.28.1.,
guix-commits <=
- 43/61: gnu: gnome-shell-extensions: Update to 3.28.1., guix-commits, 2019/03/09
- 40/61: gnu: gucharmap: Update to 10.0.4., guix-commits, 2019/03/09
- 51/61: gnu: gnome-control-center: Update to 3.28.2., guix-commits, 2019/03/09
- 54/61: gnu: gnome-online-accounts: Update to 3.28.0., guix-commits, 2019/03/09
- 55/61: gnu: network-manager-openvpn: Update to 1.8.4., guix-commits, 2019/03/09
- 48/61: gnu: tracker: Update to 2.0.4., guix-commits, 2019/03/09
- 57/61: gnu: dconf-editor: Update to 3.28.0., guix-commits, 2019/03/09
- 06/61: gnu: yelp-xsl: Update to 3.28.0., guix-commits, 2019/03/09
- 07/61: gnu: yelp-tools: Update to 3.28.0., guix-commits, 2019/03/09
- 09/61: gnu: gedit: Use gtksourceview-3., guix-commits, 2019/03/09