guix_mirror_bot pushed a commit to branch gnome-team
in repository guix.
commit 1b2dd700fc0081ce45e533004b9b9ec958180857
Author: Liliana Marie Prikler <[email protected]>
AuthorDate: Thu Oct 9 14:37:22 2025 +0200
gnu: glib: Update to 2.86.0.
* gnu/packages/glib.scm (glib-minimal): Update to 2.86.0.
---
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 eece4094b3..521fcef42f 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.84.3")
+ (version "2.86.0")
(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 "0gl6vdr5lhyq7cy04dya6iws20a993vqh21jbyl7rxav4b1qfkxa"))
+ (base32 "0v8db3mgmlg413abicqbfh1jw3k5zqyiczqyzpbb1krpsxr9jwxm"))
(patches
(search-patches "glib-appinfo-watch.patch"
"glib-skip-failing-test.patch"))