[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/05: gnu: glib-networking: Update to 2.68.0.
From: |
guix-commits |
Subject: |
02/05: gnu: glib-networking: Update to 2.68.0. |
Date: |
Fri, 23 Apr 2021 23:49:15 -0400 (EDT) |
raghavgururajan pushed a commit to branch wip-gnome
in repository guix.
commit c86ffab7b7aae6d908ea1dac0e2457bfe0476eaf
Author: Raghav Gururajan <rg@raghavgururajan.name>
AuthorDate: Sun Mar 28 06:43:14 2021 -0400
gnu: glib-networking: Update to 2.68.0.
* gnu/packages/gnome.scm (glib-networking)[version]: Update to 2.68.0.
Signed-off-by: Léo Le Bouter <lle-bout@zaclys.net>
---
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 3f0b11e..42fa3da 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -4829,7 +4829,7 @@ library.")
(define-public glib-networking
(package
(name "glib-networking")
- (version "2.62.2")
+ (version "2.68.0")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/glib-networking/"
@@ -4837,7 +4837,7 @@ library.")
"glib-networking-" version ".tar.xz"))
(sha256
(base32
- "0i2mw75297ql72h47vyvff3hqa0kcmqybblj52fqrarb0kfbhi06"))))
+ "0vlzn8jf4sg90cm8xxr28yf66nhf8qy9dl2m4b8w1cr6mn2mw8qb"))))
(build-system meson-build-system)
(arguments
`(#:configure-flags '("-Dlibproxy_support=false")))
- branch wip-gnome updated (9649790 -> a6334e1), guix-commits, 2021/04/23
- 01/05: gnu: pango: Use meson-0.55, as required by the project., guix-commits, 2021/04/23
- 02/05: gnu: glib-networking: Update to 2.68.0.,
guix-commits <=
- 04/05: gnu: glib-networking: Update home-page, synopsis, description and license., guix-commits, 2021/04/23
- 03/05: gnu: glib-networking: Enable libproxy and openssl support., guix-commits, 2021/04/23
- 05/05: gnu: gnutls: Enable PKCS#11 support., guix-commits, 2021/04/23