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

commit 42687521397a45e54a5c1f35588986cbe849755e
Author: Liliana Marie Prikler <[email protected]>
AuthorDate: Sat Dec 27 22:35:35 2025 +0100

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

Reply via email to