guix_mirror_bot pushed a commit to branch gnome-team
in repository guix.
commit d2805a0b1bd924f1e1baef622e4fd7b586ea9f6d
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 eb7dea527c..6504f408c0 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.3.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
- "1m3mvk38cjlkxmhkq0zg75msckylc0vzizll50ii5phw53lac9w2"))))
+ "1rknk0xk04vm71cn4flbpqppzakab0ivdq1kx73qhhqk02vzibfs"))))
(build-system meson-build-system)
(arguments
(list #:phases