[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
39/184: gnu: devhelp: Update to 3.32.0.
From: |
guix-commits |
Subject: |
39/184: gnu: devhelp: Update to 3.32.0. |
Date: |
Wed, 27 Nov 2019 14:36:56 -0500 (EST) |
kkebreau pushed a commit to branch wip-gnome-updates
in repository guix.
commit 984eb3f30ff8f56d0e327f93393bf00376ca4d6a
Author: Kei Kebreau <address@hidden>
Date: Wed Jul 24 23:30:42 2019 -0400
gnu: devhelp: Update to 3.32.0.
* gnu/packages/gnome.scm (devhelp): Update to 3.32.0.
[arguments]: Set glib-or-gtk? flag.
---
gnu/packages/gnome.scm | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index e6c45bc..fba2df1 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -3497,7 +3497,7 @@ both a traditional UI or a modern UI with a
GtkHeaderBar.")
(define-public devhelp
(package
(name "devhelp")
- (version "3.30.1")
+ (version "3.32.0")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/" name "/"
@@ -3505,8 +3505,10 @@ both a traditional UI or a modern UI with a
GtkHeaderBar.")
name "-" version ".tar.xz"))
(sha256
(base32
- "036sddvhs0blqpc2ixmjdl9vxynvkn5jpgn0jxr1fxcm4rh3q07a"))))
+ "06sa83zggk29wcg75fl3gqh0rmi7cd3gsbk09a2z23r7vpy7xanq"))))
(build-system meson-build-system)
+ (arguments
+ '(#:glib-or-gtk? #t))
(native-inputs
`(("intltool" ,intltool)
("itstool" ,itstool)
- 98/184: gnu: r-polspline: Update to 1.1.17., (continued)
- 98/184: gnu: r-polspline: Update to 1.1.17., guix-commits, 2019/11/27
- 111/184: gnu: Add delft-icon-theme., guix-commits, 2019/11/27
- 110/184: gnu: packages: Add rofi-pass., guix-commits, 2019/11/27
- 31/184: gnu: gnome-shell-extensions: Update to 3.32.1., guix-commits, 2019/11/27
- 28/184: gnu: gnome-screenshot: Update to 3.32.0., guix-commits, 2019/11/27
- 30/184: gnu: gnome-calendar: Update to 3.32.2., guix-commits, 2019/11/27
- 26/184: gnu: Add tracker-miners., guix-commits, 2019/11/27
- 32/184: gnu: gnome-system-monitor: Update to 3.32.1., guix-commits, 2019/11/27
- 33/184: gnu: gnome-disk-utility: Update to 3.32.1., guix-commits, 2019/11/27
- 34/184: gnu: libwnck: Update to 3.32.0., guix-commits, 2019/11/27
- 39/184: gnu: devhelp: Update to 3.32.0.,
guix-commits <=
- 41/184: gnu: orca: Update to 3.32.0., guix-commits, 2019/11/27
- 38/184: gnu: gnome-terminal: Update to 3.32.2., guix-commits, 2019/11/27
- 45/184: gnu: gnome-shell: Update to 3.32.2., guix-commits, 2019/11/27
- 46/184: gnu: network-manager: Update to 1.18.2., guix-commits, 2019/11/27
- 44/184: gnu: gdm: Update to 3.32.0., guix-commits, 2019/11/27
- 50/184: gnu: quadrapassel: Update to 3.32.0., guix-commits, 2019/11/27
- 49/184: gnu: gnome-maps: Update to 3.32.2.1., guix-commits, 2019/11/27
- 48/184: gnu: gnome-klotski: Update to 3.32.0., guix-commits, 2019/11/27
- 52/184: gnu: yelp: Update to 3.32.2., guix-commits, 2019/11/27
- 53/184: gnu: gnome-session: Update to 3.32.0., guix-commits, 2019/11/27