gnu: kspaceduel: Update to 24.12.1.

* gnu/packages/kde-games.scm (kspaceduel): Update to 24.12.1.

Change-Id: Ibb3bfe2b2ff496a9878f5eb33aaf39b0218a6e7a
This commit is contained in:
Zheng Junjie 2025-01-10 11:51:39 +08:00
parent 1d100e2731
commit d26e94bc47
No known key found for this signature in database
GPG key ID: 3B5AA993E1A2DFF0

View file

@ -1255,14 +1255,14 @@ (define-public kapman
(define-public kspaceduel
(package
(name "kspaceduel")
(version "24.05.2")
(version "24.12.1")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://kde/stable/release-service/" version
"/src/kspaceduel-" version ".tar.xz"))
(sha256
(base32 "04sjx32b4jgz9hwjmfyjcxlrd6jwg355sr6knr8vdxhjg18k2wa0"))))
(base32 "01x3gqw876d2x5kd0za192wawv4fhn6zl55g4w85dvbzjisiljyb"))))
(build-system qt-build-system)
(native-inputs
(list extra-cmake-modules kdoctools))