gnu: kbounce: Update to 23.04.3.

* gnu/packages/kde-games.scm (kbounce): Update to 23.04.3.
This commit is contained in:
宋文武 2023-07-29 10:53:19 +08:00
parent c6266ade34
commit 76a5d0e8bd
No known key found for this signature in database
GPG key ID: D415BF253B515976

View file

@ -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))