diff options
| author | Sughosha <sughosha@disroot.org> | 2026-02-08 23:58:58 +0530 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2026-02-24 12:04:31 +0100 |
| commit | 58baa2bd20466ff493d78f4e040df4849dc20472 (patch) | |
| tree | 10c082498bf2c6dc29a912d9722c3210caa03df2 /gnu | |
| parent | 87ec7d89670afcf615909daa40938091c11fe56e (diff) | |
gnu: kspaceduel: Update to 25.12.2.
* gnu/packages/kde-games.scm (kspaceduel): Update to 25.12.2.
Change-Id: I41f3ccd6a30948453deaf02c54a39d7970054f10
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/kde-games.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/kde-games.scm b/gnu/packages/kde-games.scm index 9c8f6eb588..63dc6db9bf 100644 --- a/gnu/packages/kde-games.scm +++ b/gnu/packages/kde-games.scm @@ -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)) |
