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.0.

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

Change-Id: Id729ede6c84f3ce3bed11f4546442a27714d7333
This commit is contained in:
Sughosha
2025-12-14 19:26:22 +05:30
parent e44e41d2b1
commit bdfaafb9dc

View File

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