summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEfraim Flashner <efraim@flashner.co.il>2020-12-30 10:00:06 +0200
committerEfraim Flashner <efraim@flashner.co.il>2020-12-30 10:41:15 +0200
commit455f9ec4a0c538d6f4f03500915d7ca74c8bbc00 (patch)
treee66f62e0d83ed31201c3789e97bd005d532aee30
parent7daf6bcbfcefa756843a744004c36fb61372f626 (diff)
gnu: kshisen: Update to 20.12.0.
* gnu/packages/games.scm (kshisen): Update to 20.12.0. [source]: Download from new upstream URI.
-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 8a48a474e2..4ef572ce55 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -10071,14 +10071,14 @@ This package is part of the KDE games module.")
(define-public kshisen
(package
(name "kshisen")
- (version "19.08.3")
+ (version "20.12.0")
(source
(origin
(method url-fetch)
- (uri (string-append "mirror://kde/stable/applications/"
+ (uri (string-append "mirror://kde/stable/release-service/"
version "/src/kshisen-" version ".tar.xz"))
(sha256
- (base32 "1bq5m48af4h5apfp3bfsp76nlpv6h5sc0gd544zv7cgpfznz1sds"))))
+ (base32 "1hrwr0f1kidivsp8lnwdbqz3xxagjvjwh72r3gma8smfilybygfb"))))
(build-system qt-build-system)
(native-inputs
`(("extra-cmake-modules" ,extra-cmake-modules)