[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
75/84: gnu: glib: Update to 2.82.1.
From: |
guix-commits |
Subject: |
75/84: gnu: glib: Update to 2.82.1. |
Date: |
Sat, 9 Nov 2024 03:54:42 -0500 (EST) |
lilyp pushed a commit to branch gnome-team
in repository guix.
commit 4b9b8fa430734a1a542369c613960e7679e33dbb
Author: Liliana Marie Prikler <liliana.prikler@gmail.com>
AuthorDate: Sun Sep 8 22:44:25 2024 +0200
gnu: glib: Update to 2.82.1.
* gnu/packages/glib.scm (glib): Update to 2.82.1.
Reviewed-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
---
gnu/packages/glib.scm | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/glib.scm b/gnu/packages/glib.scm
index 6dc8e70b01..3bf201e7cf 100644
--- a/gnu/packages/glib.scm
+++ b/gnu/packages/glib.scm
@@ -245,7 +245,7 @@ information, refer to the @samp{dbus-daemon(1)} man
page.")))
(define glib
(package
(name "glib")
- (version "2.78.0")
+ (version "2.82.1")
(source
(origin
(method url-fetch)
@@ -254,7 +254,7 @@ information, refer to the @samp{dbus-daemon(1)} man
page.")))
name "/" (string-take version 4) "/"
name "-" version ".tar.xz"))
(sha256
- (base32 "0c3vagxl77wma85qinbj974jvw96n5bvch2m7hqcwxq8fa5spsj4"))
+ (base32 "19l98kdv6d4363minliw0imvxh4qfdw5im988knf8bpm1d2391j7"))
(patches
(search-patches "glib-appinfo-watch.patch"
"glib-skip-failing-test.patch"))
@@ -488,7 +488,8 @@ information, refer to the @samp{dbus-daemon(1)} man
page.")))
python-wrapper
tzdata-for-tests)) ;for tests/gdatetime.c
(inputs
- (list ;; "python", "python-wrapper" and "bash-minimal"
+ (list
+ ;; "python", "python-wrapper" and "bash-minimal"
;; are for the 'patch-shebangs' phase, to make
;; sure the installed scripts end up with a correct shebang
;; when cross-compiling.
- 52/84: gnu: gst-plugins-base: Update to 1.24.6., (continued)
- 52/84: gnu: gst-plugins-base: Update to 1.24.6., guix-commits, 2024/11/09
- 60/84: gnu: orca: Update to 46.2., guix-commits, 2024/11/09
- 63/84: gnu: gnome-control-center: Update to 46.3., guix-commits, 2024/11/09
- 72/84: gnu: network-manager: Update to 1.48.2., guix-commits, 2024/11/09
- 69/84: gnu: mutter: Update to 46.4., guix-commits, 2024/11/09
- 80/84: gnu: json-glib: Update to 1.10.0., guix-commits, 2024/11/09
- 83/84: gnu: gst-editing-services: Fix build., guix-commits, 2024/11/09
- 84/84: gnu: libsecret: Fix build., guix-commits, 2024/11/09
- 74/84: gnu: libadwaita: Update to 1.6.0., guix-commits, 2024/11/09
- 78/84: gnu: cairo: Update to 1.18.2., guix-commits, 2024/11/09
- 75/84: gnu: glib: Update to 2.82.1.,
guix-commits <=