z572 pushed a commit to branch qt-team
in repository guix.

commit 9962c24537c989ea792dbe26cdd99d36ec105b60
Author: Zheng Junjie <z572@z572.online>
AuthorDate: Thu May 8 14:40:43 2025 +0800

    gnu: kapman: Update to 25.04.0.
    
    * gnu/packages/kde-games.scm (kapman): Update to 25.04.0.
    [inputs]: Add kiconthemes.
    
    Change-Id: I3a583b9e6f992be1fac8e050feeaf0dd2413eeb5
---
 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 5fc97f76d8..027becfc41 100644
--- a/gnu/packages/kde-games.scm
+++ b/gnu/packages/kde-games.scm
@@ -1244,14 +1244,14 @@ This package is part of the KDE games module.")
 (define-public kapman
   (package
     (name "kapman")
-    (version "24.12.3")
+    (version "25.04.0")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "mirror://kde/stable/release-service/" version
                            "/src/kapman-" version ".tar.xz"))
        (sha256
-        (base32 "04gjig5xryiy2r5avc040422pggbz4hin6dpbf7g5r2b26i4dclv"))))
+        (base32 "1hcfscsrd9sx6h5813mgr4is4154z9xxbh8sr8idkr8hqxrhf108"))))
     (build-system qt-build-system)
     (native-inputs
      (list extra-cmake-modules kdoctools))
@@ -1263,6 +1263,7 @@ This package is part of the KDE games module.")
            kcrash
            kdbusaddons
            ki18n
+           kiconthemes
            kxmlgui
            libkdegames
            qtdeclarative

Reply via email to