lilyp pushed a commit to branch gnome-team
in repository guix.

commit 1751c3eb143e67d0a92cc84bafe23f6a252cb977
Author: Liliana Marie Prikler <[email protected]>
AuthorDate: Sat Nov 30 02:17:16 2024 +0100

    gnu: libshumate: Update to 1.3.0.
    
    * gnu/packages/gnome.scm (libshumate): Update to 1.3.0.
---
 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 ba702fbd7b..8d546b460f 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -5100,7 +5100,7 @@ libxml to ease remote use of the RESTful API.")
 (define-public libshumate
   (package
     (name "libshumate")
-    (version "1.2.1")
+    (version "1.3.0")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnome/sources/" name "/"
@@ -5108,7 +5108,7 @@ libxml to ease remote use of the RESTful API.")
                                   name "-" version ".tar.xz"))
               (sha256
                (base32
-                "04cwakbdr68nw4kh956xhf447fawz8badpyd76hg4ir1gq3yw18i"))))
+                "1m3mvk38cjlkxmhkq0zg75msckylc0vzizll50ii5phw53lac9w2"))))
     (build-system meson-build-system)
     (arguments
      (list #:phases

Reply via email to