diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2020-12-30 10:37:53 +0200 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2020-12-30 10:41:39 +0200 |
commit | 189cd35a2a4260ebfaef5ff1bfc3921661e556f8 (patch) | |
tree | 3c3ef926cdf77487fe1276954f8fa585ccc093e4 /gnu/packages/games.scm | |
parent | c7397009924699ae4674ab9f25b13ebecb99affe (diff) | |
download | guix-189cd35a2a4260ebfaef5ff1bfc3921661e556f8.tar.gz |
gnu: ksquares: Update to 20.12.0.
* gnu/packages/games.scm (ksquares): 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 dd07d703eb..4db8ebe64b 100644 --- a/gnu/packages/games.scm +++ b/gnu/packages/games.scm @@ -11331,14 +11331,14 @@ This package is part of the KDE games module.") (define-public ksquares (package (name "ksquares") - (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/ksquares-" version ".tar.xz")) (sha256 - (base32 "0hv8hls5s627lys08nnw72rfzsafj3dmp49mh2afzmh6lgk9h5vy")))) + (base32 "0chd30byl2kww1k699vkygrxq2wdyvi84m2bimk23q96fl8h831y")))) (build-system qt-build-system) (native-inputs `(("extra-cmake-modules" ,extra-cmake-modules) |