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

commit ced08e40e6d4780e65736a70a2b072fe4717bfcf
Author: Liliana Marie Prikler <[email protected]>
AuthorDate: Thu Jan 9 22:38:05 2025 +0100

    gnu: glib-networking: Update to 2.78.1.
    
    * gnu/packages/gnome.scm (glib-networking): Update to 2.78.1.
---
 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 b03f66a8d1..035e651561 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -4971,7 +4971,7 @@ indicators etc).")
 (define-public glib-networking
   (package
     (name "glib-networking")
-    (version "2.76.1")
+    (version "2.78.1")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnome/sources/glib-networking/"
@@ -4979,7 +4979,7 @@ indicators etc).")
                                   "glib-networking-" version ".tar.xz"))
               (sha256
                (base32
-                "0ax4h0abi9yxrpmm1p491qjxc8d2k1kaa9hhzgyixrfxjjcqlsaw"))))
+                "17zhkf2pjwrghdgk5nhfvzqakb2xwk2jj19316xjr0s9n3djv3z4"))))
     (build-system meson-build-system)
     (native-inputs
      (list `(,glib "bin") ; for gio-querymodules

Reply via email to