mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-01 09:02:59 -05:00
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:
parent
224d30d06b
commit
908e48f7dd
1 changed files with 3 additions and 3 deletions
|
@ -10307,14 +10307,14 @@ (define-public kbounce
|
||||||
(define-public kblocks
|
(define-public kblocks
|
||||||
(package
|
(package
|
||||||
(name "kblocks")
|
(name "kblocks")
|
||||||
(version "19.08.3")
|
(version "20.12.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://kde/stable/applications/"
|
(uri (string-append "mirror://kde/stable/release-service/"
|
||||||
version "/src/kblocks-" version ".tar.xz"))
|
version "/src/kblocks-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0qrm0dihzhkxsq9l49ndzms802x6jn92vvabb2zf2q9z593m69cx"))))
|
(base32 "09yfm9mzbamp294cvc5finq6ilxvxr68i0dnb0m72pa4sfzmij32"))))
|
||||||
(build-system qt-build-system)
|
(build-system qt-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("extra-cmake-modules" ,extra-cmake-modules)
|
`(("extra-cmake-modules" ,extra-cmake-modules)
|
||||||
|
|
Loading…
Reference in a new issue