guix_mirror_bot pushed a commit to branch kde-team
in repository guix.
commit 116b49b5893dca5c89f81575f22cca66f3e61ebe
Author: Sughosha <[email protected]>
AuthorDate: Sun Nov 9 10:09:38 2025 +0530
gnu: kapman: Update to 25.08.3.
* gnu/packages/kde-games.scm (kapman): Update to 25.08.3.
Change-Id: Id1bf6567f02d4a0dbdc310366c300175c5a48d0c
---
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 3c97cec986..b31e7b65bc 100644
--- a/gnu/packages/kde-games.scm
+++ b/gnu/packages/kde-games.scm
@@ -1362,14 +1362,14 @@ This package is part of the KDE games module.")
(define-public kapman
(package
(name "kapman")
- (version "25.08.2")
+ (version "25.08.3")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://kde/stable/release-service/" version
"/src/kapman-" version ".tar.xz"))
(sha256
- (base32 "156jndcirraqhhapf5jbqxbg2pj21shx3av2myf09m26rsclhgxv"))))
+ (base32 "0wr98pzvz99yhi3545898g7mqr3pyaids527wwhx49svgbm4jr4v"))))
(build-system qt-build-system)
(native-inputs
(list extra-cmake-modules kdoctools))