guix_mirror_bot pushed a commit to branch kde-team
in repository guix.

commit 2cd83fc50c36c802503908d1904045af28875416
Author: Sughosha <[email protected]>
AuthorDate: Fri May 8 06:08:00 2026 +0530

    gnu: kapman: Update to 26.04.1.
    
    * gnu/packages/kde-games.scm (kapman): Update to 26.04.1.
    
    Change-Id: Ife5f01c3f93c8fd5ed962bf33469b5f80748ad94
---
 gnu/packages/kde-games.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/kde-games.scm b/gnu/packages/kde-games.scm
index 4ca2246956..29ec9930d2 100644
--- a/gnu/packages/kde-games.scm
+++ b/gnu/packages/kde-games.scm
@@ -1447,14 +1447,14 @@ This package is part of the KDE games module.")
 (define-public kapman
   (package
     (name "kapman")
-    (version "25.12.3")
+    (version "26.04.1")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "mirror://kde/stable/release-service/" version
                            "/src/kapman-" version ".tar.xz"))
        (sha256
-        (base32 "0qfjr09xgr48nb0p6kxy5wn74qk24l1zj0nmiqw45wag3lsb2nbh"))))
+        (base32 "1bxyj6y1hgrl0j9iwg9m6d4r93w0q7jnhmypx0sr9zqhy3mcadr1"))))
     (build-system qt-build-system)
     (native-inputs
      (list extra-cmake-modules kdoctools))

Reply via email to