guix-commits
[Top][All Lists]
Advanced

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

126/203: gnu: glib-networking: Update to 2.70.rc.


From: guix-commits
Subject: 126/203: gnu: glib-networking: Update to 2.70.rc.
Date: Wed, 3 Nov 2021 21:10:19 -0400 (EDT)

apteryx pushed a commit to branch core-updates-frozen-batched-changes
in repository guix.

commit 1dd97886b239c9cf4435f4d741e9dc65b0dfe0f8
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Sat Oct 16 01:13:56 2021 -0400

    gnu: glib-networking: Update to 2.70.rc.
    
    This resolves test suite errors following the upgrade to glib 2.70.
    
    * gnu/packages/gnome.scm (glib-networking): Update to 2.70.rc.
---
 gnu/packages/gnome.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index dac5094..cbcf8bb 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -4770,7 +4770,7 @@ library.")
 (define-public glib-networking
   (package
     (name "glib-networking")
-    (version "2.68.2")
+    (version "2.70.rc")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnome/sources/glib-networking/"
@@ -4778,7 +4778,7 @@ library.")
                                   "glib-networking-" version ".tar.xz"))
               (sha256
                (base32
-                "0kwrsp1xbqf852nqmd5cr7hqw771q0dxkzpzlibdp5zn9q2vqpjk"))
+                "1ymq0mr78kfq3n5nczf9v6pqijxk73i63k4zzsn6nfxbldrnbs8z"))
               (patches
                (search-patches "glib-networking-gnutls-binding.patch"))))
     (build-system meson-build-system)



reply via email to

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