guix-commits
[Top][All Lists]
Advanced

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

02/05: gnu: libsoup: Update to 2.66.2.


From: guix-commits
Subject: 02/05: gnu: libsoup: Update to 2.66.2.
Date: Tue, 21 May 2019 11:27:27 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit b1d81ba04368f17ba6d03d3e455c3d885590bb52
Author: Marius Bakke <address@hidden>
Date:   Sun May 19 16:51:01 2019 +0200

    gnu: libsoup: Update to 2.66.2.
    
    * gnu/packages/gnome.scm (libsoup): Update to 2.66.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 9070673..9671c21 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -2672,7 +2672,7 @@ libxml to ease remote use of the RESTful API.")
 (define-public libsoup
   (package
     (name "libsoup")
-    (version "2.66.1")
+    (version "2.66.2")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnome/sources/libsoup/"
@@ -2680,7 +2680,7 @@ libxml to ease remote use of the RESTful API.")
                                   name "-" version ".tar.xz"))
               (sha256
                (base32
-                "1zs3bhspwg7fggxd7x1rrggpkcf2j9ch6dhncq9syh252z0vcb2a"))))
+                "0amfw1yvy1kjrg41rfh2vvrw5gkwnyckqbw1fab50hm6xc1acbmx"))))
     (build-system meson-build-system)
     (outputs '("out" "doc"))
     (arguments



reply via email to

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