kkebreau pushed a commit to branch wip-gnome3.36
in repository guix.
commit 1e090122ef64d0c15575f7d0220a717ea54d0cab
Author: Kei Kebreau <[email protected]>
AuthorDate: Sat Apr 18 12:18:06 2020 -0400
gnu: glib-networking: Update to 2.64.2.
* gnu/packages/gnome.scm (glib-networking): Update to 2.64.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 c0dcd26..d745778 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -3542,7 +3542,7 @@ library.")
(define-public glib-networking
(package
(name "glib-networking")
- (version "2.62.2")
+ (version "2.64.2")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/glib-networking/"
@@ -3550,7 +3550,7 @@ library.")
"glib-networking-" version ".tar.xz"))
(sha256
(base32
- "0i2mw75297ql72h47vyvff3hqa0kcmqybblj52fqrarb0kfbhi06"))))
+ "19wmyv7j355z1wk650fyygadbwwmmhqggr54845rn7smbiqz1pj5"))))
(build-system meson-build-system)
(arguments
`(#:configure-flags '("-Dlibproxy_support=false")))