guix_mirror_bot pushed a commit to branch kde-team
in repository guix.
commit 923255e36f753f75c4307107a13441f4e563c072
Author: Zheng Junjie <[email protected]>
AuthorDate: Fri Jan 10 11:51:32 2025 +0800
gnu: krunner: Update to 6.10.0.
* gnu/packages/kde-frameworks.scm (krunner): Update to 6.10.0.
Change-Id: I4459fc1755f6d607c03126b2cd48fd7317cf8aae
---
gnu/packages/kde-frameworks.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm
index 159ab8bfb0..979c92e6f6 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -4360,7 +4360,7 @@ to easily extend the contacts collection.")
(define-public krunner
(package
(name "krunner")
- (version "6.5.0")
+ (version "6.10.0")
(source (origin
(method url-fetch)
(uri (string-append
@@ -4369,7 +4369,7 @@ to easily extend the contacts collection.")
name "-" version ".tar.xz"))
(sha256
(base32
- "0c300cmn04nmh0h5slr4p9vhzr54add40v5hm2m4frzy4gpsyx2n"))))
+ "0aynaxlk9zsdxvv7pxzx19687cqrmzdw8lbvaka6ad8ca6nrg725"))))
(build-system qt-build-system)
(propagated-inputs
(list kcoreaddons))