This is an automated email from the git hooks/post-receive script.
guix_mirror_bot pushed a commit to branch world-rebuild
in repository guix.
The following commit(s) were added to refs/heads/world-rebuild by this push:
new ca4abd4a4c6 gnu: glib-minimal: Update to 2.86.5.
ca4abd4a4c6 is described below
commit ca4abd4a4c61aa2184ae3ea3b3c88279e0ff28f8
Author: Nguyễn Gia Phong <[email protected]>
AuthorDate: Sun Sep 20 23:59:23 2026 +0900
gnu: glib-minimal: Update to 2.86.5.
This patch release fixes a failing test with [email protected].
* gnu/packages/glib.scm (glib-minimal): Update to 2.86.5.
References: https://gitlab.gnome.org/GNOME/glib/-/merge_requests/4884
---
gnu/packages/glib.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/glib.scm b/gnu/packages/glib.scm
index 8e94d72d55c..a4c3273318c 100644
--- a/gnu/packages/glib.scm
+++ b/gnu/packages/glib.scm
@@ -246,7 +246,7 @@ information, refer to the @samp{dbus-daemon(1)} man
page.")))
(define glib-minimal
(package
(name "glib")
- (version "2.86.0")
+ (version "2.86.5")
(source
(origin
(method url-fetch)
@@ -255,7 +255,7 @@ information, refer to the @samp{dbus-daemon(1)} man
page.")))
name "/" (string-take version 4) "/"
name "-" version ".tar.xz"))
(sha256
- (base32 "0v8db3mgmlg413abicqbfh1jw3k5zqyiczqyzpbb1krpsxr9jwxm"))
+ (base32 "0pwd0cgcf9l7bfx69yzsqrqn7d5w77n9mxzgvc204g4bpd3sk1ff"))
(patches
(search-patches "glib-appinfo-watch.patch"
"glib-skip-failing-test.patch"))