guix_mirror_bot pushed a commit to branch kde-team
in repository guix.
commit b3aa43df9b65d91d2560f8aa11d67b5eb9340de1
Author: Zheng Junjie <[email protected]>
AuthorDate: Wed Jul 23 18:44:33 2025 +0800
gnu: krunner: Update to 6.16.0.
* gnu/packages/kde-frameworks.scm (krunner): Update to 6.16.0.
Change-Id: Ic7cf178aa64f1ee6e2ee872ca18568b31d1062f8
---
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 62614e9b83..b4f8cedb75 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -4433,7 +4433,7 @@ to easily extend the contacts collection.")
(define-public krunner
(package
(name "krunner")
- (version "6.13.0")
+ (version "6.16.0")
(source (origin
(method url-fetch)
(uri (string-append
@@ -4442,7 +4442,7 @@ to easily extend the contacts collection.")
name "-" version ".tar.xz"))
(sha256
(base32
- "0fzm0h7yay24vvm4m1khyr5x2rg9vspqm6qgh5r3pbsxdrd7gqax"))))
+ "1g2xmgy12hs6ff06znfh02qbya1081q7sw40b23i8bam648p84gk"))))
(build-system qt-build-system)
(propagated-inputs
(list kcoreaddons))