diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2021-11-24 12:55:43 -0500 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2021-11-25 01:04:17 -0500 |
commit | f2bdd5a43d4aa8c5eeb0923308dc97c969599bda (patch) | |
tree | e19cf8d0abf4590c2bb82c76606de9772319db39 /gnu | |
parent | 0a787e67ecd0fab42c7ddfec639b53d58c15af6e (diff) |
gnu: glib-networking: Update to 2.70.0.
It was erroneously thought when updating to 2.70rc in commit
60e2a3bd5e1dca1b520ea16e8967fd85795fe3ef that 2.70.0 was not yet released.
* gnu/packages/gnome.scm (glib-networking): Update to 2.70.0.
Diffstat (limited to 'gnu')
-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 9580ba6c66..8638c644e2 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -4833,7 +4833,7 @@ library.") (define-public glib-networking (package (name "glib-networking") - (version "2.70.rc") + (version "2.70.0") (source (origin (method url-fetch) (uri (string-append "mirror://gnome/sources/glib-networking/" @@ -4841,7 +4841,7 @@ library.") "glib-networking-" version ".tar.xz")) (sha256 (base32 - "1ymq0mr78kfq3n5nczf9v6pqijxk73i63k4zzsn6nfxbldrnbs8z")) + "0dbg1na239mbavn4hknkax5sns9q2dbdnqw9wcpmhv58mzkhid36")) (patches (search-patches "glib-networking-gnutls-binding.patch")))) (build-system meson-build-system) |