guix_mirror_bot pushed a commit to branch kde-team
in repository guix.
commit e9a74b9fb738fd8066a800444b8635fad223a37d
Author: Sughosha <[email protected]>
AuthorDate: Fri May 8 06:08:01 2026 +0530
gnu: kspaceduel: Update to 26.04.1.
* gnu/packages/kde-games.scm (kspaceduel): Update to 26.04.1.
Change-Id: I8b7adfe4b54164547b78549489b4a1fc4187eab5
---
gnu/packages/kde-games.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/kde-games.scm b/gnu/packages/kde-games.scm
index 29ec9930d2..70dfc0cd5e 100644
--- a/gnu/packages/kde-games.scm
+++ b/gnu/packages/kde-games.scm
@@ -1490,14 +1490,14 @@ This package is part of the KDE games module.")
(define-public kspaceduel
(package
(name "kspaceduel")
- (version "25.12.3")
+ (version "26.04.1")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://kde/stable/release-service/" version
"/src/kspaceduel-" version ".tar.xz"))
(sha256
- (base32 "14d2yb5k0qf6b9g38mh4mblr5y4yd392ncb8gnwbagzxbnjz46d3"))))
+ (base32 "0nczsxsbjdl84xqhw147a8858c6lnh484yqd5i2gv8abqgmcrs8r"))))
(build-system qt-build-system)
(native-inputs
(list extra-cmake-modules kdoctools))