me
/
guix
Archived
1
0
Fork 0

gnu: glib-networking: Update to 2.62.2.

* gnu/packages/gnome.scm (glib-networking): Update to 2.62.2.

(cherry picked from commit 48d8c3b28f4edb2607e84334ffdf064850642318)
master
Kei Kebreau 2019-12-15 10:01:46 -05:00
parent edec7128df
commit ea9f74b032
No known key found for this signature in database
GPG Key ID: E6A5EE3C19467A0D
1 changed files with 2 additions and 2 deletions

View File

@ -3507,7 +3507,7 @@ library.")
(define-public glib-networking
(package
(name "glib-networking")
(version "2.60.3")
(version "2.62.2")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/glib-networking/"
@ -3515,7 +3515,7 @@ library.")
"glib-networking-" version ".tar.xz"))
(sha256
(base32
"1mfw44qpmwvz6yzj8c6spx6z357wrmkk15byrkc5byagd82860fm"))))
"0i2mw75297ql72h47vyvff3hqa0kcmqybblj52fqrarb0kfbhi06"))))
(build-system meson-build-system)
(arguments
`(#:configure-flags '("-Dlibproxy_support=false")))