gnu: glib-networking: Update to 2.68.0.

* gnu/packages/gnome.scm (glib-networking)[version]: Update to 2.68.0.

Signed-off-by: Léo Le Bouter <lle-bout@zaclys.net>
This commit is contained in:
Raghav Gururajan 2021-03-28 06:43:14 -04:00 committed by Léo Le Bouter
parent 57e8e8c916
commit 624832ddd1
No known key found for this signature in database
GPG key ID: 45A8B1E86BCD10A6

View file

@ -4694,7 +4694,7 @@ (define-public python2-rsvg
(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/"
@ -4702,7 +4702,7 @@ (define-public glib-networking
"glib-networking-" version ".tar.xz"))
(sha256
(base32
"0i2mw75297ql72h47vyvff3hqa0kcmqybblj52fqrarb0kfbhi06"))))
"0vlzn8jf4sg90cm8xxr28yf66nhf8qy9dl2m4b8w1cr6mn2mw8qb"))))
(build-system meson-build-system)
(arguments
`(#:configure-flags '("-Dlibproxy_support=false")))