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

commit 4ed9125e146ded7358ef4a2e68d262cc2864227b
Author: 宋文武 <[email protected]>
AuthorDate: Sun May 4 14:10:14 2025 +0800

    gnu: krunner: Update to 6.13.0.
    
    * gnu/packages/kde-frameworks.scm (krunner): Update to 6.13.0.
    
    Change-Id: I4ccaaf520fb7d0b71ced6bd683a453c1c31e5cc3
---
 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 58e00b67b9..6d31b0ea58 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -4378,7 +4378,7 @@ to easily extend the contacts collection.")
 (define-public krunner
   (package
     (name "krunner")
-    (version "6.10.0")
+    (version "6.13.0")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -4387,7 +4387,7 @@ to easily extend the contacts collection.")
                     name "-" version ".tar.xz"))
               (sha256
                (base32
-                "0aynaxlk9zsdxvv7pxzx19687cqrmzdw8lbvaka6ad8ca6nrg725"))))
+                "0fzm0h7yay24vvm4m1khyr5x2rg9vspqm6qgh5r3pbsxdrd7gqax"))))
     (build-system qt-build-system)
     (propagated-inputs
      (list kcoreaddons))

Reply via email to