[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/60: gnu: glib: Update to 2.62.3.
From: |
guix-commits |
Subject: |
01/60: gnu: glib: Update to 2.62.3. |
Date: |
Sat, 25 Jan 2020 14:46:57 -0500 (EST) |
kkebreau pushed a commit to branch wip-gnome3.34
in repository guix.
commit bef33d43657bd810a90f7b8f9786aede590a0934
Author: Kei Kebreau <address@hidden>
AuthorDate: Mon Dec 16 13:12:20 2019 -0500
gnu: glib: Update to 2.62.3.
* gnu/packages/glib.scm (glib): Update to 2.62.3.
[arguments]: Disallow reference to TZDATA-FOR-TESTS. Adjust
'disable-failing-tests' phase.
---
gnu/packages/glib.scm | 9 ++++-----
1 file changed, 4 insertions(+), 5 deletions(-)
diff --git a/gnu/packages/glib.scm b/gnu/packages/glib.scm
index 72d5ea0..f1898e0 100644
--- a/gnu/packages/glib.scm
+++ b/gnu/packages/glib.scm
@@ -162,7 +162,7 @@ shared NFS home directories.")
(define glib
(package
(name "glib")
- (version "2.60.6")
+ (version "2.62.4")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/"
@@ -170,7 +170,7 @@ shared NFS home directories.")
name "-" version ".tar.xz"))
(sha256
(base32
- "0v7vpx2md1gn0wwiirn7g4bhf2csfvcr03y96q2zv97ain6sp3zz"))
+ "1g2vj9lyh032kcwij7avx5d6a99rcsnkd07sbl9i55zsfw6h712c"))
(patches (search-patches "glib-tests-timer.patch"))
(modules '((guix build utils)))
(snippet
@@ -199,8 +199,7 @@ shared NFS home directories.")
("perl" ,perl) ; needed by GIO tests
("tzdata" ,tzdata-for-tests))) ; for tests/gdatetime.c
(arguments
- `(;; TODO: Uncomment on the next rebuild cycle.
- ;; #:disallowed-references (,tzdata-for-tests)
+ `(#:disallowed-references (,tzdata-for-tests)
#:phases
(modify-phases %standard-phases
@@ -284,7 +283,7 @@ shared NFS home directories.")
(;; Requires /etc/machine-id.
"/gdbus/codegen-peer-to-peer"))
- ("gio/tests/gdbus-unix-addresses.c"
+ ("gio/tests/gdbus-address-get-session.c"
(;; Requires /etc/machine-id.
"/gdbus/x11-autolaunch"))
- branch wip-gnome3.34 created (now 7eb7d9e), guix-commits, 2020/01/25
- 03/60: gnu: adwaita-icon-theme: Update to 3.34.3., guix-commits, 2020/01/25
- 01/60: gnu: glib: Update to 2.62.3.,
guix-commits <=
- 02/60: gnu: gobject-introspection: Update to 1.62.0., guix-commits, 2020/01/25
- 05/60: gnu: dconf: Update to 3.34.0., guix-commits, 2020/01/25
- 08/60: gnu: gnome-desktop: Update to 3.34.2., guix-commits, 2020/01/25
- 07/60: gnu: eog: Update to 3.34.1., guix-commits, 2020/01/25
- 04/60: gnu: baobab: Update to 3.34.0., guix-commits, 2020/01/25
- 06/60: gnu: dconf-editor: Update to 3.34.2., guix-commits, 2020/01/25
- 09/60: gnu: gnome-backgrounds: Update to 3.34.0., guix-commits, 2020/01/25
- 11/60: gnu: libdazzle: Update to 3.34.1., guix-commits, 2020/01/25
- 12/60: gnu: vala: Update to 0.46.5., guix-commits, 2020/01/25
- 13/60: gnu: gcr: Update to 3.34.0., guix-commits, 2020/01/25