lilyp pushed a commit to branch gnome-team
in repository guix.

commit e4405f3e8bf3389df8871e24d0040667cb0d3dc9
Author: Vivien Kraus <viv...@planete-kraus.eu>
AuthorDate: Fri Oct 27 19:45:52 2023 +0200

    gnu: glib: Update to 2.78.0.
    
    * gnu/packages/glib.scm (glib): Update to 2.78.0.
    
    Change-Id: Ibfe1f44e15510ccb2e7fd002be63c5dceab34ca1
    Signed-off-by: Liliana Marie Prikler <liliana.prik...@gmail.com>
---
 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 1012d2190b..ce11b9aeda 100644
--- a/gnu/packages/glib.scm
+++ b/gnu/packages/glib.scm
@@ -218,7 +218,7 @@ information, refer to the @samp{dbus-daemon(1)} man 
page.")))
 (define glib
   (package
     (name "glib")
-    (version "2.76.1")
+    (version "2.78.0")
     (source
      (origin
        (method url-fetch)
@@ -227,7 +227,7 @@ information, refer to the @samp{dbus-daemon(1)} man 
page.")))
                        name "/" (string-take version 4) "/"
                        name "-" version ".tar.xz"))
        (sha256
-        (base32 "17x1zpr2avj8hjbpc6hp2sf2885lxac46v0kajsgan3929m0zp23"))
+        (base32 "0c3vagxl77wma85qinbj974jvw96n5bvch2m7hqcwxq8fa5spsj4"))
        (patches
         (search-patches "glib-appinfo-watch.patch"
                         "glib-skip-failing-test.patch"))

Reply via email to