[bug#74622,gnome-team,09/10] gnu: libshumate: Update to 1.3.0.

Message ID f0f44f8143bb8a9e2935c103a3215da99e307ade.1732964015.git.liliana.prikler@gmail.com
State New
Headers
Series Getting ready to finally deliver GNOME 46 |

Commit Message

Liliana Marie Prikler Nov. 30, 2024, 1:17 a.m. UTC
  * gnu/packages/gnome.scm (libshumate): Update to 1.3.0.
---
 gnu/packages/gnome.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
  

Patch

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index d954c89799..e5f343c6e8 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -5097,7 +5097,7 @@  (define-public rest-next
 (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 "/"
@@ -5105,7 +5105,7 @@  (define-public libshumate
                                   name "-" version ".tar.xz"))
               (sha256
                (base32
-                "04cwakbdr68nw4kh956xhf447fawz8badpyd76hg4ir1gq3yw18i"))))
+                "1m3mvk38cjlkxmhkq0zg75msckylc0vzizll50ii5phw53lac9w2"))))
     (build-system meson-build-system)
     (arguments
      (list #:phases