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

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

Change-Id: Ib08f3651cfdce4f0e78648a1f8874f5cc7187977
This commit is contained in:
Sughosha
2025-11-09 10:09:38 +05:30
committed by Andreas Enge
parent 4a44357186
commit 769068d70c

View File

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