guix_mirror_bot pushed a commit to branch kde-team
in repository guix.

commit 513a1cbb5dcea5bc404ff624185431a7682f850f
Author: Sughosha <[email protected]>
AuthorDate: Wed Oct 8 19:37:09 2025 +0530

    gnu: krunner: Update to 6.18.0.
    
    * gnu/packages/kde-frameworks.scm (krunner): Update to 6.18.0.
    [inputs]: Add kwindowsystem.
    
    Change-Id: I15ded4cf700036901189a5e1430f812b651f2d9a
---
 gnu/packages/kde-frameworks.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm
index d42a160b5d..0597b5d03e 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -4410,7 +4410,7 @@ to easily extend the contacts collection.")
 (define-public krunner
   (package
     (name "krunner")
-    (version "6.16.0")
+    (version "6.18.0")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -4419,7 +4419,7 @@ to easily extend the contacts collection.")
                     name "-" version ".tar.xz"))
               (sha256
                (base32
-                "1g2xmgy12hs6ff06znfh02qbya1081q7sw40b23i8bam648p84gk"))))
+                "075milqwl1mzwmxsr165ivxqwnbb0m38x5sj9bpn71sdam70p8k9"))))
     (build-system qt-build-system)
     (propagated-inputs
      (list kcoreaddons))
@@ -4431,6 +4431,7 @@ to easily extend the contacts collection.")
      (list kconfig
            kitemmodels
            ki18n
+           kwindowsystem
            qtdeclarative))
     (arguments
      (list

Reply via email to