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.56.0.


From: Ludovic Courtès
Subject: 01/01: gnu: libsoup: Update to 2.56.0.
Date: Fri, 9 Dec 2016 23:11:42 +0000 (UTC)

civodul pushed a commit to branch staging
in repository guix.

commit 72c0b687800a617b891565f5a85bb06c1e1ba015
Author: Ludovic Courtès <address@hidden>
Date:   Sat Dec 10 00:10:30 2016 +0100

    gnu: libsoup: Update to 2.56.0.
    
    * gnu/packages/gnome.scm (libsoup): Update to 2.56.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 fe38b84..1762381 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -2140,7 +2140,7 @@ libxml to ease remote use of the RESTful API.")
 (define-public libsoup
   (package
     (name "libsoup")
-    (version "2.54.1")
+    (version "2.56.0")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnome/sources/libsoup/"
@@ -2148,7 +2148,7 @@ libxml to ease remote use of the RESTful API.")
                                   name "-" version ".tar.xz"))
               (sha256
                (base32
-                "0cyn5pq4xl1gb8413h2p4d5wrn558dc054zhwmk4swrl40ijrd27"))))
+                "1r8zz270qdg92gbsvy61d51y1cj7hp059h2f4xpvqiw2vrqnn8fq"))))
     (build-system gnu-build-system)
     (outputs '("out" "doc"))
     (arguments



reply via email to

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