guix_mirror_bot pushed a commit to branch gnome-team
in repository guix.

commit 0fae8a94726c1f486fb4f65d63097423878cc5fe
Author: Maxim Cournoyer <[email protected]>
AuthorDate: Mon May 19 14:01:20 2025 +0900

    gnu: libshumate: Update to 1.4.0.
    
    * gnu/packages/gnome.scm (libshumate): Update to 1.4.0.
    
    Change-Id: I9e48ebf3d4aa74fad727e9b123d54561e6696d99
---
 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 23cda7a601..f376426518 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -5104,7 +5104,7 @@ libxml to ease remote use of the RESTful API.")
 (define-public libshumate
   (package
     (name "libshumate")
-    (version "1.3.0")
+    (version "1.4.0")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnome/sources/" name "/"
@@ -5112,7 +5112,7 @@ libxml to ease remote use of the RESTful API.")
                                   name "-" version ".tar.xz"))
               (sha256
                (base32
-                "1m3mvk38cjlkxmhkq0zg75msckylc0vzizll50ii5phw53lac9w2"))))
+                "0c3dikjc5xxgyk67c8xkl9rd7mmd5mnwipfi20w2p1jr0a73d11r"))))
     (build-system meson-build-system)
     (arguments
      (list #:phases

Reply via email to