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

gnu: kspaceduel: Update to 25.12.2.

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

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

View File

@@ -1481,14 +1481,14 @@ This package is part of the KDE games module.")
(define-public kspaceduel
(package
(name "kspaceduel")
(version "25.12.0")
(version "25.12.2")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://kde/stable/release-service/" version
"/src/kspaceduel-" version ".tar.xz"))
(sha256
(base32 "0cxh4q8nr3s1lna3ffxvg05bkydp34ndxhq3qk4jwz8qwsjcvg88"))))
(base32 "02r39b2fh111y5dsm2w29mq7hpin08iwxm6k901acv07wswyyixp"))))
(build-system qt-build-system)
(native-inputs
(list extra-cmake-modules kdoctools))