diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2020-12-30 10:00:06 +0200 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2020-12-30 10:41:15 +0200 |
commit | 455f9ec4a0c538d6f4f03500915d7ca74c8bbc00 (patch) | |
tree | e66f62e0d83ed31201c3789e97bd005d532aee30 /gnu/packages/games.scm | |
parent | 7daf6bcbfcefa756843a744004c36fb61372f626 (diff) |
gnu: kshisen: Update to 20.12.0.
* gnu/packages/games.scm (kshisen): Update to 20.12.0.
[source]: Download from new upstream URI.
Diffstat (limited to 'gnu/packages/games.scm')
-rw-r--r-- | gnu/packages/games.scm | 6 |
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) |