gnu: kbounce: Update to 20.12.0.
* gnu/packages/games.scm (kbounce): Update to 20.12.0. [source]: Download from new upstream URI.master
parent
57c6361db6
commit
e9d0f4ad39
|
@ -10277,14 +10277,14 @@ This package is part of the KDE games module.")
|
||||||
(define-public kbounce
|
(define-public kbounce
|
||||||
(package
|
(package
|
||||||
(name "kbounce")
|
(name "kbounce")
|
||||||
(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/kbounce-" version ".tar.xz"))
|
version "/src/kbounce-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "02rfv0qzz5cmyfx8f56a45hbm9gsp6m3dcy8ajwx88rw5wpbrr11"))))
|
(base32 "0ymy0z1qlw3n653xs3dsa1xm78q4xaj09dnnci4km77rzis26vb6"))))
|
||||||
(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)
|
||||||
|
|
Reference in New Issue