guix-commits
[Top][All Lists]
Advanced

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

04/27: gnu: libsoup-minimal: Update to 3.0.7.


From: guix-commits
Subject: 04/27: gnu: libsoup-minimal: Update to 3.0.7.
Date: Thu, 11 Aug 2022 18:45:09 -0400 (EDT)

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

commit ab72ab800f8cfaff8ee9a92f28d0a6dd43009587
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Wed Jul 27 22:04:31 2022 +0200

    gnu: libsoup-minimal: Update to 3.0.7.
    
    * gnu/packages/gnome.scm (libsoup-minimal): Update to 3.0.7.
---
 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 491b21d5ca..0a3a54d5cc 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -4816,7 +4816,7 @@ libxml to ease remote use of the RESTful API.")
 (define-public libsoup-minimal
   (package
     (name "libsoup-minimal")
-    (version "3.0.4")
+    (version "3.0.7")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnome/sources/libsoup/"
@@ -4824,7 +4824,7 @@ libxml to ease remote use of the RESTful API.")
                                   "libsoup-" version ".tar.xz"))
               (sha256
                (base32
-                "0ysnvvfd2f6w2z6g31spqqb8wgyamixc7mryzbbpyw0z15g8plsv"))))
+                "1j7p3cz6hwi9js9rp0pbas7cdln97yg9v2l1nv5imhcr6p7r1pzb"))))
     (build-system meson-build-system)
     (arguments
      `(#:configure-flags '("-Dgtk_doc=false")



reply via email to

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