diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2021-10-16 01:13:56 -0400 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2021-11-11 12:18:17 -0500 |
commit | 60e2a3bd5e1dca1b520ea16e8967fd85795fe3ef (patch) | |
tree | 9096d5aa25c5e0b6e93f34a3d974263343d1d4e5 | |
parent | f22f6fc3b6cc6382df3246d192a40a3951b48c37 (diff) |
gnu: glib-networking: Update to 2.70.rc.
This resolves test suite errors following the upgrade to glib 2.70.
* gnu/packages/gnome.scm (glib-networking): Update to 2.70.rc.
-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 6e4efceb11..63706b9447 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -4771,7 +4771,7 @@ library.") (define-public glib-networking (package (name "glib-networking") - (version "2.68.2") + (version "2.70.rc") (source (origin (method url-fetch) (uri (string-append "mirror://gnome/sources/glib-networking/" @@ -4779,7 +4779,7 @@ library.") "glib-networking-" version ".tar.xz")) (sha256 (base32 - "0kwrsp1xbqf852nqmd5cr7hqw771q0dxkzpzlibdp5zn9q2vqpjk")) + "1ymq0mr78kfq3n5nczf9v6pqijxk73i63k4zzsn6nfxbldrnbs8z")) (patches (search-patches "glib-networking-gnutls-binding.patch")))) (build-system meson-build-system) |