lle_bout pushed a commit to branch wip-gnome-40
in repository guix.
commit 821c01c3360419bb9c8d4763a7f5c4e343d7810e
Author: Léo Le Bouter <[email protected]>
AuthorDate: Tue Mar 23 20:37:08 2021 +0100
gnu: glib-networking: Update to 2.68.0.
* gnu/packages/gnome.scm (glib-networking): Update to 2.68.0.
---
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 2f68b0f..43f483d 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -4616,7 +4616,7 @@ library.")
(define-public glib-networking
(package
(name "glib-networking")
- (version "2.62.2")
+ (version "2.68.0")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/glib-networking/"
@@ -4624,7 +4624,7 @@ library.")
"glib-networking-" version ".tar.xz"))
(sha256
(base32
- "0i2mw75297ql72h47vyvff3hqa0kcmqybblj52fqrarb0kfbhi06"))))
+ "0vlzn8jf4sg90cm8xxr28yf66nhf8qy9dl2m4b8w1cr6mn2mw8qb"))))
(build-system meson-build-system)
(arguments
`(#:configure-flags '("-Dlibproxy_support=false")))