guix-commits
[Top][All Lists]
Advanced

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

04/11: gnu: libsoup-minimal: Update to 3.0.4.


From: guix-commits
Subject: 04/11: gnu: libsoup-minimal: Update to 3.0.4.
Date: Mon, 10 Jan 2022 14:30:56 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit b3aa712f9241e2568798c97205679f557b520a0f
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Mon Jan 10 06:33:59 2022 +0100

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



reply via email to

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