1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-13 10:30:43 +02:00

gnu: kapman: Update to 24.12.3.

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

Change-Id: Ifeb33be2d4367bb8e037ed5bf8b477f0cd57e4ed
This commit is contained in:
Zheng Junjie 2025-03-08 13:20:18 +08:00
parent eceba8aaef
commit 1a51e2368b
No known key found for this signature in database
GPG key ID: 3B5AA993E1A2DFF0

View file

@ -1226,14 +1226,14 @@ This package is part of the KDE games module.")
(define-public kapman
(package
(name "kapman")
(version "24.12.1")
(version "24.12.3")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://kde/stable/release-service/" version
"/src/kapman-" version ".tar.xz"))
(sha256
(base32 "1390zajbvp7zh86qs4fjkii803igkqdd0nzdg7mx08p7rpn6zc6s"))))
(base32 "04gjig5xryiy2r5avc040422pggbz4hin6dpbf7g5r2b26i4dclv"))))
(build-system qt-build-system)
(native-inputs
(list extra-cmake-modules kdoctools))