guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

16/25: gnu: glib: Update to 2.72.3.


From: guix-commits
Subject: 16/25: gnu: glib: Update to 2.72.3.
Date: Sat, 16 Jul 2022 18:08:29 -0400 (EDT)

mbakke pushed a commit to branch core-updates
in repository guix.

commit 413888ffeac8261ed9551e5e8cb34e19e7c1e157
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Fri Jul 15 23:55:54 2022 +0200

    gnu: glib: Update to 2.72.3.
    
    * gnu/packages/glib.scm (glib): Update to 2.72.3.
---
 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 928f566700..287a52c054 100644
--- a/gnu/packages/glib.scm
+++ b/gnu/packages/glib.scm
@@ -211,7 +211,7 @@ information, refer to the @samp{dbus-daemon(1)} man 
page.")))
 (define glib
   (package
     (name "glib")
-    (version "2.70.2")
+    (version "2.72.3")
     (source
      (origin
        (method url-fetch)
@@ -220,7 +220,7 @@ information, refer to the @samp{dbus-daemon(1)} man 
page.")))
                        name "/" (string-take version 4) "/"
                        name "-" version ".tar.xz"))
        (sha256
-        (base32 "0vw08p4jllavp9qmlqg1yl1zanmy53yid46wipas6gfdhnf4al85"))
+        (base32 "1w25sf2wxkkah2p2w189q58mza3zv8z1fh2q1m82sldq4kva4faa"))
        (patches
         (search-patches "glib-appinfo-watch.patch"
                         "glib-skip-failing-test.patch"))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]