diff options
author | Kei Kebreau <kkebreau@posteo.net> | 2019-12-15 10:01:46 -0500 |
---|---|---|
committer | Kei Kebreau <kkebreau@posteo.net> | 2020-04-14 23:53:31 -0400 |
commit | 48d8c3b28f4edb2607e84334ffdf064850642318 (patch) | |
tree | 1fd092f43a4304e1df0c75e1e3abd6f313b9f113 | |
parent | 49c537dab1cd4ff7aa154c5817e0c83c2ee02197 (diff) | |
download | guix-48d8c3b28f4edb2607e84334ffdf064850642318.tar.gz |
gnu: glib-networking: Update to 2.62.2.
* gnu/packages/gnome.scm (glib-networking): Update to 2.62.2.
-rw-r--r-- | gnu/packages/gnome.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 52f8298787..0a83301553 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -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"))) |