guix-commits
[Top][All Lists]
Advanced

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

114/142: gnu: glib: Update to 2.70.2.


From: guix-commits
Subject: 114/142: gnu: glib: Update to 2.70.2.
Date: Mon, 10 Jan 2022 13:07:39 -0500 (EST)

apteryx pushed a commit to branch version-1.4.0
in repository guix.

commit db912d77a86edd78012bdc92be8fbddb2c1a122b
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Fri Dec 24 01:28:17 2021 -0500

    gnu: glib: Update to 2.70.2.
    
    * gnu/packages/glib.scm (glib): Update to 2.70.2.
---
 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 a4d7e8667e..30e5433776 100644
--- a/gnu/packages/glib.scm
+++ b/gnu/packages/glib.scm
@@ -179,7 +179,7 @@ shared NFS home directories.")
 (define glib
   (package
     (name "glib")
-    (version "2.70.0")
+    (version "2.70.2")
     (source
      (origin
        (method url-fetch)
@@ -188,7 +188,7 @@ shared NFS home directories.")
                        name "/" (string-take version 4) "/"
                        name "-" version ".tar.xz"))
        (sha256
-        (base32 "0hh7hk02fkm1bn48k4z8f3kgv9qbni5z22gizd567fn527w7s390"))
+        (base32 "0vw08p4jllavp9qmlqg1yl1zanmy53yid46wipas6gfdhnf4al85"))
        (patches
         (search-patches "glib-appinfo-watch.patch"
                         "glib-skip-failing-test.patch"))



reply via email to

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