summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2021-07-31 23:46:17 +0200
committerLudovic Courtès <ludo@gnu.org>2021-07-31 23:46:17 +0200
commitb2a5a180cfa56e55bc8078d606a971e34e326967 (patch)
tree9b88177bfd9ead13f8ad13cd5393dcefc2e5b9e5 /gnu
parent0a1a1ad213ece9d73380524fd45515da2d4e1ef6 (diff)
downloadguix-patches-b2a5a180cfa56e55bc8078d606a971e34e326967.tar
guix-patches-b2a5a180cfa56e55bc8078d606a971e34e326967.tar.gz
gnu: glib-networking: Update to 2.68.1.
* gnu/packages/gnome.scm (glib-networking): Update to 2.68.1.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/gnome.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index fe4e327177..84a138382f 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -4677,7 +4677,7 @@ library.")
(define-public glib-networking
(package
(name "glib-networking")
- (version "2.68.0")
+ (version "2.68.1")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/glib-networking/"
@@ -4685,7 +4685,7 @@ library.")
"glib-networking-" version ".tar.xz"))
(sha256
(base32
- "0vlzn8jf4sg90cm8xxr28yf66nhf8qy9dl2m4b8w1cr6mn2mw8qb"))
+ "0c1vylxly8k7g454g02spi44ybjidlwg461vp713zxd94k8qnpfh"))
(patches
(search-patches "glib-networking-gnutls-binding.patch"))))
(build-system meson-build-system)