guix_mirror_bot pushed a commit to branch kde-team
in repository guix.
commit 8f1a6ad34d8d7b3e6b2b4aa8fc74ec1229367372
Author: Sughosha <[email protected]>
AuthorDate: Sun Feb 8 23:58:58 2026 +0530
gnu: kapman: Update to 25.12.2.
* gnu/packages/kde-games.scm (kapman): Update to 25.12.2.
Change-Id: I6cb0c5767aab52d4d742efd45d6244df78e36733
---
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 8cec8c7f95..9c8f6eb588 100644
--- a/gnu/packages/kde-games.scm
+++ b/gnu/packages/kde-games.scm
@@ -1438,14 +1438,14 @@ This package is part of the KDE games module.")
(define-public kapman
(package
(name "kapman")
- (version "25.12.0")
+ (version "25.12.2")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://kde/stable/release-service/" version
"/src/kapman-" version ".tar.xz"))
(sha256
- (base32 "09ikvv2sf05x5i5lfyqv46j0pqwra3mwr65hzi3yv8a3sf0dcm2a"))))
+ (base32 "1p6swx7pyggfl2m8hsjk9mn9jf273gvy5w6fz0670g03pprjypxy"))))
(build-system qt-build-system)
(native-inputs
(list extra-cmake-modules kdoctools))