[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/06: gnu: glib-networking: Update to 2.70.0.
From: |
guix-commits |
Subject: |
02/06: gnu: glib-networking: Update to 2.70.0. |
Date: |
Thu, 25 Nov 2021 01:40:03 -0500 (EST) |
apteryx pushed a commit to branch core-updates-frozen
in repository guix.
commit f2bdd5a43d4aa8c5eeb0923308dc97c969599bda
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Wed Nov 24 12:55:43 2021 -0500
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.
---
gnu/packages/gnome.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 9580ba6..8638c64 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)
- branch core-updates-frozen updated (c70eade -> c9208be), guix-commits, 2021/11/25
- 02/06: gnu: glib-networking: Update to 2.70.0.,
guix-commits <=
- 04/06: gnu: julia: Allow parallel tests., guix-commits, 2021/11/25
- 01/06: gnu: libva: Update to 2.13.0, guix-commits, 2021/11/25
- 03/06: gnu: julia: Disable broken tests., guix-commits, 2021/11/25
- 05/06: build: julia-build-system: Add support for parallel tests., guix-commits, 2021/11/25
- 06/06: gnu: zathura: Use meson 0.59., guix-commits, 2021/11/25