guix_mirror_bot pushed a commit to branch gnome-team
in repository guix.
commit 60ba63869ecef5ffc3c8952d38b02bf8445adfa1
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 cff01a33b1..cddd15de62 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -5009,7 +5009,7 @@ libxml to ease remote use of the RESTful API.")
(define-public libshumate
(package
(name "libshumate")
- (version "1.4.0")
+ (version "1.5.1")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/" name "/"
@@ -5017,7 +5017,7 @@ libxml to ease remote use of the RESTful API.")
name "-" version ".tar.xz"))
(sha256
(base32
- "0c3dikjc5xxgyk67c8xkl9rd7mmd5mnwipfi20w2p1jr0a73d11r"))))
+ "1rknk0xk04vm71cn4flbpqppzakab0ivdq1kx73qhhqk02vzibfs"))))
(build-system meson-build-system)
(arguments
(list #:phases