From 4c366c3d68af86e3913eb4e97e0b127c2e61ed9d Mon Sep 17 00:00:00 2001 From: Maxim Cournoyer Date: Sat, 28 Mar 2026 15:19:20 +0900 Subject: [PATCH] gnu: libshumate: Update to 1.6.0. * gnu/packages/gnome.scm (libshumate): Update to 1.6.0. Change-Id: I368441d1b506048ec6577d74a8a3e06a1663ad3d --- 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 e2a83a9a14..11a58982ba 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -4835,7 +4835,7 @@ libxml to ease remote use of the RESTful API.") (define-public libshumate (package (name "libshumate") - (version "1.5.1") + (version "1.6.0") (source (origin (method url-fetch) (uri (string-append "mirror://gnome/sources/" name "/" @@ -4843,7 +4843,7 @@ libxml to ease remote use of the RESTful API.") name "-" version ".tar.xz")) (sha256 (base32 - "1rknk0xk04vm71cn4flbpqppzakab0ivdq1kx73qhhqk02vzibfs")))) + "0f994bwqfna7s11fdcpil9mmqpq8hnwckpr4q6yxzi1wbkh7w2b6")))) (build-system meson-build-system) (arguments (list #:phases