guix_mirror_bot pushed a commit to branch gnome-team
in repository guix.
commit f236a062699de75c033b14323feca9f13a7993a6
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 f6eefa2caa..8714a4be7c 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -5126,7 +5126,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 "/"
@@ -5134,7 +5134,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