iyzsong pushed a commit to branch kde-updates
in repository guix.
commit 76a5d0e8bd976dd25b78ca65bbeedf5267a097dc
Author: 宋文武 <[email protected]>
AuthorDate: Sat Jul 29 10:53:19 2023 +0800
gnu: kbounce: Update to 23.04.3.
* gnu/packages/kde-games.scm (kbounce): Update to 23.04.3.
---
gnu/packages/kde-games.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/kde-games.scm b/gnu/packages/kde-games.scm
index 4de3edc521..e5e9a94e1b 100644
--- a/gnu/packages/kde-games.scm
+++ b/gnu/packages/kde-games.scm
@@ -459,14 +459,14 @@ This package is part of the KDE games module.")
(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))