gnu: kbounce: Update to 20.12.0.

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

View file

@ -10277,14 +10277,14 @@ (define-public konquest
(define-public kbounce
(package
(name "kbounce")
(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/kbounce-" version ".tar.xz"))
(sha256
(base32 "02rfv0qzz5cmyfx8f56a45hbm9gsp6m3dcy8ajwx88rw5wpbrr11"))))
(base32 "0ymy0z1qlw3n653xs3dsa1xm78q4xaj09dnnci4km77rzis26vb6"))))
(build-system qt-build-system)
(native-inputs
`(("extra-cmake-modules" ,extra-cmake-modules)