From f35bb0711c66b50ae4f5dc828b949e5c2b60cda5 Mon Sep 17 00:00:00 2001 From: Kei Kebreau Date: Sun, 12 Nov 2017 21:19:05 -0500 Subject: gnu: libsoup: Update to 2.60.2. * gnu/packages/gnome.scm (libsoup): Update to 2.60.2. --- gnu/packages/gnome.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gnu') diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 4088ffb0f2..4aca01288c 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -2409,7 +2409,7 @@ libxml to ease remote use of the RESTful API.") (define-public libsoup (package (name "libsoup") - (version "2.58.2") + (version "2.60.2") (source (origin (method url-fetch) (uri (string-append "mirror://gnome/sources/libsoup/" @@ -2417,7 +2417,7 @@ libxml to ease remote use of the RESTful API.") name "-" version ".tar.xz")) (sha256 (base32 - "0wkvs4kql1iam4cqy17wsi12b1pzhwr2127pyaxs7y0v3g5008s4")))) + "00fsy12mz9b55algq7c6gk4xj5j6a5z6dxcnq59fdqkji3hwyqvj")))) (build-system gnu-build-system) (outputs '("out" "doc")) (arguments -- cgit v1.2.3