mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
gnu: kbounce: Update to 23.04.3.
* gnu/packages/kde-games.scm (kbounce): Update to 23.04.3.
This commit is contained in:
parent
c6266ade34
commit
76a5d0e8bd
1 changed files with 2 additions and 2 deletions
|
@ -459,14 +459,14 @@ (define-public konquest
|
|||
(define-public kbounce
|
||||
(package
|
||||
(name "kbounce")
|
||||
(version "22.04.3")
|
||||
(version "23.04.3")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://kde/stable/release-service/"
|
||||
version "/src/kbounce-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32 "187f0hz19xj17h5dzj0nw3r9zas3sppiswhgnzma9snl1w0rfzwh"))))
|
||||
(base32 "06b0q4f4yn8m8gy7wgax54ldwnkgykr8yfr2h0ih8mfg3w8xsx7s"))))
|
||||
(build-system qt-build-system)
|
||||
(native-inputs
|
||||
(list extra-cmake-modules kdoctools))
|
||||
|
|
Loading…
Reference in a new issue