summaryrefslogtreecommitdiff
path: root/gnu/packages/games.scm
diff options
context:
space:
mode:
authorEfraim Flashner <efraim@flashner.co.il>2020-12-30 10:30:47 +0200
committerEfraim Flashner <efraim@flashner.co.il>2020-12-30 10:41:18 +0200
commit2129bf0c60edb7e0610691472bdb0633dd6040da (patch)
tree5694401d4b14dd937703a6a617ccf0b320a8491c /gnu/packages/games.scm
parent8fd37c7a2237723d3d097eee150d6f03416f477e (diff)
downloadguix-patches-2129bf0c60edb7e0610691472bdb0633dd6040da.tar
guix-patches-2129bf0c60edb7e0610691472bdb0633dd6040da.tar.gz
gnu: kspaceduel: Update to 20.12.0.
* gnu/packages/games.scm (kspaceduel): Update to 20.12.0. [source]: Download from new upstream URI.
Diffstat (limited to 'gnu/packages/games.scm')
-rw-r--r--gnu/packages/games.scm6
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm
index 65c69836fe..2e32e56025 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -11055,14 +11055,14 @@ This package is part of the KDE games module.")
(define-public kspaceduel
(package
(name "kspaceduel")
- (version "19.08.3")
+ (version "20.12.0")
(source
(origin
(method url-fetch)
- (uri (string-append "mirror://kde/stable/applications/" version
+ (uri (string-append "mirror://kde/stable/release-service/" version
"/src/kspaceduel-" version ".tar.xz"))
(sha256
- (base32 "1hppni0ihs7psc0dly5rxyy2a38nzhlig9yfyhi3lkh36z05pql8"))))
+ (base32 "1aixh6ygif2cm1a5g32sl5y6b5x68139pzihaxq4334c6avamdai"))))
(build-system qt-build-system)
(native-inputs
`(("extra-cmake-modules" ,extra-cmake-modules)