gnu: kapman: Update to 25.08.1.

* gnu/packages/kde-games.scm (kapman): Update to 25.08.1.

Change-Id: I4c7fca9a01a7c167655ef0c16970c43a22ccf2d1
This commit is contained in:
Sughosha 2025-09-20 20:36:31 +05:30 committed by Zheng Junjie
parent 7f8d776399
commit 46b13a7cb5
No known key found for this signature in database
GPG key ID: 3B5AA993E1A2DFF0

View file

@ -1335,14 +1335,14 @@ This package is part of the KDE games module.")
(define-public kapman
(package
(name "kapman")
(version "25.04.0")
(version "25.08.1")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://kde/stable/release-service/" version
"/src/kapman-" version ".tar.xz"))
(sha256
(base32 "1hcfscsrd9sx6h5813mgr4is4154z9xxbh8sr8idkr8hqxrhf108"))))
(base32 "0pvmhh8mkm1yf2hq20c32hiq3d3fzk8jbxigk5gzzhwykml16gc2"))))
(build-system qt-build-system)
(native-inputs
(list extra-cmake-modules kdoctools))