diff options
author | Mark H Weaver <mhw@netris.org> | 2017-01-09 03:36:42 -0500 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2017-01-11 11:33:09 -0500 |
commit | 532cbe22c4cd341ae1481ed7ddc0ac5a3ef81492 (patch) | |
tree | 0b114b01c39bebd385b3712f65e96733498ad403 /gnu | |
parent | d7a6d2ed6e866b0c6b45bac298c6f5b8c4d6d7f2 (diff) | |
download | patches-532cbe22c4cd341ae1481ed7ddc0ac5a3ef81492.tar patches-532cbe22c4cd341ae1481ed7ddc0ac5a3ef81492.tar.gz |
gnu: glib-networking: Update to 2.50.0.
* gnu/packages/gnome.scm (glib-networking): Update to 2.50.0.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/gnome.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index f3d2ba9090..33c4f3996e 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) |