mhw pushed a commit to branch gnome-updates
in repository guix.
commit 532cbe22c4cd341ae1481ed7ddc0ac5a3ef81492
Author: Mark H Weaver <[email protected]>
Date: Mon Jan 9 03:36:42 2017 -0500
gnu: glib-networking: Update to 2.50.0.
* gnu/packages/gnome.scm (glib-networking): Update to 2.50.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 f3d2ba9..33c4f39 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -2058,7 +2058,7 @@ library.")
(define-public glib-networking
(package
(name "glib-networking")
- (version "2.48.2")
+ (version "2.50.0")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/glib-networking/"
@@ -2066,7 +2066,7 @@ library.")
name "-" version ".tar.xz"))
(sha256
(base32
- "111spcar6wbp6m0rdxzjscc7vfqx5nawscrfbxlvbf5jsr4hqp4j"))
+ "1vkb53jxawy38y29635izlch64j9xmcwwcimk134jwra7hpl86iz"))
(patches
(search-patches "glib-networking-ssl-cert-file.patch"))))
(build-system gnu-build-system)