guix_mirror_bot pushed a commit to branch kde-team
in repository guix.
commit ab0c5ee63288d97ff0fb3adc7c3900d8e3880cc4
Author: Sughosha <[email protected]>
AuthorDate: Mon Oct 13 20:46:50 2025 +0530
gnu: krunner: Update to 6.19.0.
* gnu/packages/kde-frameworks.scm (krunner): Update to 6.19.0.
Change-Id: I0e94b5bd705a83e665aac0a1a09aa747685a9cb9
---
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 8b5dc6eb8e..b51c0210d8 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -4303,7 +4303,7 @@ to easily extend the contacts collection.")
(define-public krunner
(package
(name "krunner")
- (version "6.18.0")
+ (version "6.19.0")
(source (origin
(method url-fetch)
(uri (string-append
@@ -4312,7 +4312,7 @@ to easily extend the contacts collection.")
name "-" version ".tar.xz"))
(sha256
(base32
- "075milqwl1mzwmxsr165ivxqwnbb0m38x5sj9bpn71sdam70p8k9"))))
+ "1arjxik5k0z6qg86jv5kd2z7byc46xxxqfgm535bsa952jks376m"))))
(build-system qt-build-system)
(propagated-inputs
(list kcoreaddons))