[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
39/63: gnu: devhelp: Update to 3.32.0.
From: |
guix-commits |
Subject: |
39/63: gnu: devhelp: Update to 3.32.0. |
Date: |
Thu, 7 Nov 2019 09:57:44 -0500 (EST) |
kkebreau pushed a commit to branch wip-gnome-updates
in repository guix.
commit be6e426fe35b97061b7c0949d4f0646de542ecff
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 0f5bfb0..94aa1b4 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)
- 20/63: gnu: totem: Update to 3.32.1., (continued)
- 20/63: gnu: totem: Update to 3.32.1., guix-commits, 2019/11/07
- 17/63: gnu: tracker: Update to 2.2.2., guix-commits, 2019/11/07
- 18/63: gnu: dconf-editor: Update to 3.32.0., guix-commits, 2019/11/07
- 19/63: gnu: python2-pylint: Update to 1.9.5., guix-commits, 2019/11/07
- 34/63: gnu: libwnck: Update to 3.32.0., guix-commits, 2019/11/07
- 35/63: gnu: five-or-more: Update to 3.32.0., guix-commits, 2019/11/07
- 41/63: gnu: orca: Update to 3.32.0., guix-commits, 2019/11/07
- 33/63: gnu: gnome-disk-utility: Update to 3.32.1., guix-commits, 2019/11/07
- 36/63: gnu: gnome-mines: Update to 3.32.2., guix-commits, 2019/11/07
- 37/63: gnu: gnome-sudoku: Update to 3.32.0., guix-commits, 2019/11/07
- 39/63: gnu: devhelp: Update to 3.32.0.,
guix-commits <=
- 21/63: gnu: evolution-data-server: Update to 3.32.4., guix-commits, 2019/11/07
- 23/63: gnu: Add pipewire., guix-commits, 2019/11/07
- 28/63: gnu: gnome-screenshot: Update to 3.32.0., guix-commits, 2019/11/07
- 24/63: gnu: mutter: Update to 3.32.2., guix-commits, 2019/11/07
- 27/63: gnu: nautilus: Update to 3.32.1., guix-commits, 2019/11/07
- 25/63: gnu: gnome-tweaks: Update to 3.32.0., guix-commits, 2019/11/07
- 22/63: gnu: evolution: Update to 3.32.4., guix-commits, 2019/11/07
- 30/63: gnu: gnome-calendar: Update to 3.32.2., guix-commits, 2019/11/07
- 31/63: gnu: gnome-shell-extensions: Update to 3.32.1., guix-commits, 2019/11/07
- 29/63: gnu: gnome-clocks: Update to 3.32.0., guix-commits, 2019/11/07