guix-commits
[Top][All Lists]
Advanced

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

03/10: gnu: libsoup: Update to 2.64.0.


From: Marius Bakke
Subject: 03/10: gnu: libsoup: Update to 2.64.0.
Date: Sun, 9 Sep 2018 11:04:07 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit 249846bfdee20e28cc38425aa454ce2f932441f9
Author: Marius Bakke <address@hidden>
Date:   Fri Sep 7 13:28:20 2018 +0200

    gnu: libsoup: Update to 2.64.0.
    
    * gnu/packages/gnome.scm (libsoup): Update to 2.64.0.
    [inputs]: Add LIBPSL.
---
 gnu/packages/gnome.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 13eb41e..1a0cc9c 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -2455,7 +2455,7 @@ libxml to ease remote use of the RESTful API.")
 (define-public libsoup
   (package
     (name "libsoup")
-    (version "2.62.3")
+    (version "2.64.0")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnome/sources/libsoup/"
@@ -2463,7 +2463,7 @@ libxml to ease remote use of the RESTful API.")
                                   name "-" version ".tar.xz"))
               (sha256
                (base32
-                "0whi8p03kpbp68kg6fg3vb7rhykjp7wn3nlbzy9j0p298zjss4nk"))))
+                "09z7g3spww3f84y8jmicdd6lqp360mbggpg5h1fq1v4p5ihcjnyr"))))
     (build-system gnu-build-system)
     (outputs '("out" "doc"))
     (arguments
@@ -2567,6 +2567,7 @@ libxml to ease remote use of the RESTful API.")
        ("libxml2" ,libxml2)))
     (inputs
      `(("glib-networking" ,glib-networking)
+       ("libpsl" ,libpsl)
        ("sqlite" ,sqlite)))
     (home-page "https://live.gnome.org/LibSoup/";)
     (synopsis "GLib-based HTTP Library")



reply via email to

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