gnu: libsoup: Update to 2.54.0.1.
author宋文武 <iyzsong@gmail.com>
Wed, 6 Apr 2016 14:49:17 +0000 (22:49 +0800)
committerLudovic Courtès <ludo@gnu.org>
Sat, 16 Apr 2016 09:46:50 +0000 (11:46 +0200)
* gnu/packages/gnome.scm (libsoup): Update to 2.54.0.1.

gnu/packages/gnome.scm

index 6b1aa9b..a5b845b 100644 (file)
@@ -2051,7 +2051,7 @@ libxml to ease remote use of the RESTful API.")
 (define-public libsoup
   (package
     (name "libsoup")
-    (version "2.52.1")
+    (version "2.54.0.1")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnome/sources/libsoup/"
@@ -2059,7 +2059,7 @@ libxml to ease remote use of the RESTful API.")
                                   name "-" version ".tar.xz"))
               (sha256
                (base32
-                "0j6cnnpqqgnb9nj2r0j8j6898np4z503hrnpis7b4l5d8yhbq68f"))))
+                "1q1qds87qya5cbx4jfcmf1v8fvb86p0wsjnhj246w0xxcq0r5r5d"))))
     (build-system gnu-build-system)
     (outputs '("out" "doc"))
     (arguments