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

commit 987133682f6756cab52dcb8db418ee4c156d7ea8
Author: Sughosha <[email protected]>
AuthorDate: Fri May 8 08:50:49 2026 +0530

    gnu: krunner: Update to 6.24.0.
    
    * gnu/packages/kde-frameworks.scm (krunner): Update to 6.24.0.
    
    Change-Id: I7a085b939c0f550476eba03644591e416e737e3e
---
 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 c794b09801..cf807a29b8 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -4236,7 +4236,7 @@ to easily extend the contacts collection.")
 (define-public krunner
   (package
     (name "krunner")
-    (version "6.23.0")
+    (version "6.24.0")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -4245,7 +4245,7 @@ to easily extend the contacts collection.")
                     name "-" version ".tar.xz"))
               (sha256
                (base32
-                "0kvlws7nl63l5cd594bb46sy0wvlj74fya25gzkbm1y9z07b6bd0"))))
+                "0kcfzw4803d114wca8vl66359nkgf7rihp1qkcrwmh1i58lxfxap"))))
     (build-system qt-build-system)
     (propagated-inputs
      (list kcoreaddons))

Reply via email to