guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/01: gnu: libsoup: Update to 2.60.2.


From: Kei Kebreau
Subject: 01/01: gnu: libsoup: Update to 2.60.2.
Date: Sun, 12 Nov 2017 21:21:45 -0500 (EST)

kkebreau pushed a commit to branch master
in repository guix.

commit f35bb0711c66b50ae4f5dc828b949e5c2b60cda5
Author: Kei Kebreau <address@hidden>
Date:   Sun Nov 12 21:19:05 2017 -0500

    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(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 4088ffb..4aca012 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]