summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaxim Cournoyer <maxim@guixotic.coop>2026-03-28 15:19:20 +0900
committerMaxim Cournoyer <maxim@guixotic.coop>2026-03-28 16:26:12 +0900
commit4c366c3d68af86e3913eb4e97e0b127c2e61ed9d (patch)
treeb1a87ec6f17bbf3281bda3c1fe483f49e8b1c983
parenta9c03711a5ee1beed2b306df56f3bdf93a34e55d (diff)
gnu: libshumate: Update to 1.6.0.
* gnu/packages/gnome.scm (libshumate): Update to 1.6.0. Change-Id: I368441d1b506048ec6577d74a8a3e06a1663ad3d
-rw-r--r--gnu/packages/gnome.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index e2a83a9a14d..11a58982ba8 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -4835,7 +4835,7 @@ libxml to ease remote use of the RESTful API.")
4835(define-public libshumate 4835(define-public libshumate
4836 (package 4836 (package
4837 (name "libshumate") 4837 (name "libshumate")
4838 (version "1.5.1") 4838 (version "1.6.0")
4839 (source (origin 4839 (source (origin
4840 (method url-fetch) 4840 (method url-fetch)
4841 (uri (string-append "mirror://gnome/sources/" name "/" 4841 (uri (string-append "mirror://gnome/sources/" name "/"
@@ -4843,7 +4843,7 @@ libxml to ease remote use of the RESTful API.")
4843 name "-" version ".tar.xz")) 4843 name "-" version ".tar.xz"))
4844 (sha256 4844 (sha256
4845 (base32 4845 (base32
4846 "1rknk0xk04vm71cn4flbpqppzakab0ivdq1kx73qhhqk02vzibfs")))) 4846 "0f994bwqfna7s11fdcpil9mmqpq8hnwckpr4q6yxzi1wbkh7w2b6"))))
4847 (build-system meson-build-system) 4847 (build-system meson-build-system)
4848 (arguments 4848 (arguments
4849 (list #:phases 4849 (list #:phases