guix-commits
[Top][All Lists]
Advanced

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

03/04: gnu: libsoup: Update to 3.0.3.


From: guix-commits
Subject: 03/04: gnu: libsoup: Update to 3.0.3.
Date: Thu, 25 Nov 2021 23:15:28 -0500 (EST)

apteryx pushed a commit to branch core-updates-frozen
in repository guix.

commit 5084e21819e7832b0fa113a1070cb831a145ea57
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Thu Nov 25 22:16:52 2021 -0500

    gnu: libsoup: Update to 3.0.3.
    
    This resolves test failures on 32 bit platforms (see:
    https://gitlab.gnome.org/GNOME/libsoup/-/issues/236).
    
    * gnu/packages/gnome.scm (libsoup): Update to 3.0.3.
---
 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 f66943e..804e714 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -4917,7 +4917,7 @@ libxml to ease remote use of the RESTful API.")
 (define-public libsoup-minimal
   (package
     (name "libsoup-minimal")
-    (version "3.0.1")
+    (version "3.0.3")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnome/sources/libsoup/"
@@ -4925,7 +4925,7 @@ libxml to ease remote use of the RESTful API.")
                                   "libsoup-" version ".tar.xz"))
               (sha256
                (base32
-                "0ixwj6d0ryvana6lq1fmbbbin0f2wd5n9iv4ynb8nigq21nk233g"))))
+                "0pp2s9rj7pp45ac99hbqszznln5ljj38cbc8lbljfc5fmm6v0rai"))))
     (build-system meson-build-system)
     (arguments
      `(#:configure-flags '("-Dgtk_doc=false")



reply via email to

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