gnu: kblocks: Update to 20.12.0.

* gnu/packages/games.scm (kblocks): Update to 20.12.0.
[source]: Download from new source URI.
This commit is contained in:
Efraim Flashner 2020-12-29 15:18:54 +02:00
parent 224d30d06b
commit 908e48f7dd
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -10307,14 +10307,14 @@ (define-public kbounce
(define-public kblocks
(package
(name "kblocks")
(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/kblocks-" version ".tar.xz"))
(sha256
(base32 "0qrm0dihzhkxsq9l49ndzms802x6jn92vvabb2zf2q9z593m69cx"))))
(base32 "09yfm9mzbamp294cvc5finq6ilxvxr68i0dnb0m72pa4sfzmij32"))))
(build-system qt-build-system)
(native-inputs
`(("extra-cmake-modules" ,extra-cmake-modules)