1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

gnu: kapman: Update to 25.12.2.

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

Change-Id: I6cb0c5767aab52d4d742efd45d6244df78e36733
This commit is contained in:
Sughosha
2026-02-08 23:58:58 +05:30
committed by Andreas Enge
parent 72dbc3d4cb
commit 87ec7d8967

View File

@@ -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))