guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 07cb78d8d5e7a9c866ee9f15b45c7a136040e4ec
Author: Zheng Junjie <[email protected]>
AuthorDate: Thu May 8 14:40:42 2025 +0800

    gnu: granatier: Update to 25.04.0.
    
    * gnu/packages/kde-games.scm (granatier): Update to 25.04.0.
    [inputs]: Add kiconthemes.
    
    Change-Id: I6d96955705e0254101fc2cb6ab3c0394336790e9
---
 gnu/packages/kde-games.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/kde-games.scm b/gnu/packages/kde-games.scm
index c8e92786e6..5ca860801e 100644
--- a/gnu/packages/kde-games.scm
+++ b/gnu/packages/kde-games.scm
@@ -924,14 +924,14 @@ This package is part of the KDE games module.")
 (define-public granatier
   (package
     (name "granatier")
-    (version "24.12.3")
+    (version "25.04.0")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "mirror://kde/stable/release-service/" version
                            "/src/granatier-" version ".tar.xz"))
        (sha256
-        (base32 "1xmh7w6q18g4vhqzyd0s63yznh67k1nr16fqc1zrcqa532phgwyc"))))
+        (base32 "1k8j498gwkf0pg92jy22jmk6gcjxf88snbgvbvxic46xgv07n6vg"))))
     (build-system qt-build-system)
     (native-inputs
      (list extra-cmake-modules kdoctools))
@@ -943,6 +943,7 @@ This package is part of the KDE games module.")
            kcrash
            kdbusaddons
            ki18n
+           kiconthemes
            knewstuff
            kwidgetsaddons
            kxmlgui

Reply via email to