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

commit 545046f599007eff87da25cd4e807cc5eb6322a3
Author: Maxim Cournoyer <[email protected]>
AuthorDate: Mon May 19 14:01:20 2025 +0900

    gnu: glib-networking: Update to 2.80.1.
    
    * gnu/packages/gnome.scm (glib-networking): Update to 2.80.1.
    
    Change-Id: I21a6df957047fa2445f9d5dbd67981f39f0892db
---
 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 bea565ca64..b67a76d7de 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -4867,7 +4867,7 @@ indicators etc).")
 (define-public glib-networking
   (package
     (name "glib-networking")
-    (version "2.78.1")
+    (version "2.80.1")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnome/sources/glib-networking/"
@@ -4875,7 +4875,7 @@ indicators etc).")
                                   "glib-networking-" version ".tar.xz"))
               (sha256
                (base32
-                "17zhkf2pjwrghdgk5nhfvzqakb2xwk2jj19316xjr0s9n3djv3z4"))))
+                "13igg1hywyww9hmfxa86w5fsrm8ip6h0ywdny5qm1mbw2ms2h3mq"))))
     (build-system meson-build-system)
     (arguments
      (list

Reply via email to