gnu: ksquares: Update to 20.12.0.

* gnu/packages/games.scm (ksquares): Update to 20.12.0.
[source]: Download from new upstream URI.
This commit is contained in:
Efraim Flashner 2020-12-30 10:37:53 +02:00
parent c739700992
commit 189cd35a2a
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -11331,14 +11331,14 @@ (define-public kreversi
(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)