mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-17 04:07:10 -05:00
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:
parent
57c6361db6
commit
e9d0f4ad39
1 changed files with 3 additions and 3 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue