apteryx pushed a commit to branch core-updates
in repository guix.
commit 882dff87c6f736625ad74776e31d1d0e80ef76ad
Author: Maxim Cournoyer <[email protected]>
AuthorDate: Mon Aug 22 15:49:15 2022 -0400
gnu: glib-networking: Update to 2.72.2.
* gnu/packages/gnome.scm (glib-networking): Update to 2.72.2.
---
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 8199a8af29..5f494b7671 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -4713,7 +4713,7 @@ indicators etc).")
(define-public glib-networking
(package
(name "glib-networking")
- (version "2.70.0")
+ (version "2.72.2")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/glib-networking/"
@@ -4721,7 +4721,7 @@ indicators etc).")
"glib-networking-" version ".tar.xz"))
(sha256
(base32
- "0dbg1na239mbavn4hknkax5sns9q2dbdnqw9wcpmhv58mzkhid36"))
+ "0s42l6dkajciqc99zp6dc9l8yv9g8w7d8mgv97l7h7drgd60hand"))
(patches
(search-patches "glib-networking-gnutls-binding.patch"))))
(build-system meson-build-system)