[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
43/44: gnu: glib-networking: Update to 2.64.3.
From: |
guix-commits |
Subject: |
43/44: gnu: glib-networking: Update to 2.64.3. |
Date: |
Mon, 29 Jun 2020 04:15:18 -0400 (EDT) |
nckx pushed a commit to branch wip-desktop
in repository guix.
commit 6267718559a45bd1bb20d51f49c1f392b49749f3
Author: Raghav Gururajan <raghavgururajan@disroot.org>
AuthorDate: Wed Jun 24 22:25:10 2020 -0400
gnu: glib-networking: Update to 2.64.3.
* gnu/packages/gnome.scm (glib-networking) [version]: Update to
2.64.3.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
---
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 491ff7f..f6a530a 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -3982,7 +3982,7 @@ library.")
(define-public glib-networking
(package
(name "glib-networking")
- (version "2.62.4")
+ (version "2.64.3")
(source
(origin
(method url-fetch)
@@ -3991,7 +3991,7 @@ library.")
(version-major+minor version) "/"
"glib-networking-" version ".tar.xz"))
(sha256
- (base32 "1kwlnaiz4qfy2d1as5hd8sgxy7jjfxps1h2443hxq3s8xjg2i3y1"))))
+ (base32 "0s518l4bwvdvcp51lbjqcw8g0vq18bznpf5hq2zi6a054jqhcylk"))))
(build-system meson-build-system)
(arguments
`(#:glib-or-gtk? #t ; To wrap binaries and/or compile schemas
- 44/44: gnu: gobject-introspection: Update package definition., (continued)
- 44/44: gnu: gobject-introspection: Update package definition., guix-commits, 2020/06/29
- 20/44: gnu: dconf: Update to 0.36.0., guix-commits, 2020/06/29
- 30/44: gnu: gdk-pixbuf: Update package definition., guix-commits, 2020/06/29
- 35/44: gnu: glib-networking: Update to 2.62.4., guix-commits, 2020/06/29
- 36/44: gnu: Add mutest., guix-commits, 2020/06/29
- 37/44: gnu: graphene: Update package definition., guix-commits, 2020/06/29
- 38/44: gnu: gsettings-desktop-schemas: Update package definition., guix-commits, 2020/06/29
- 40/44: gnu: faad2: Update to 2.8.8., guix-commits, 2020/06/29
- 41/44: gnu: glib: Update package definition., guix-commits, 2020/06/29
- 42/44: gnu: glib-with-documentation: Update package definition., guix-commits, 2020/06/29
- 43/44: gnu: glib-networking: Update to 2.64.3.,
guix-commits <=