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

commit 5fd0f6ed7ca51c47c6b0c44baf31c342056fbe5d
Author: Sughosha <[email protected]>
AuthorDate: Tue Mar 3 21:57:25 2026 +0530

    gnu: kded: Update to 6.23.0.
    
    * gnu/packages/kde-frameworks.scm (kded): Update to 6.23.0.
    
    Change-Id: I87cde8fda01c6a226144330ef9c655a143864585
---
 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 f4a7d2c4ea..1bcd698aa1 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -3382,7 +3382,7 @@ that offer bindings to some of the Frameworks.")
 (define-public kded
   (package
     (name "kded")
-    (version "6.22.0")
+    (version "6.23.0")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -3391,7 +3391,7 @@ that offer bindings to some of the Frameworks.")
                     name "-" version ".tar.xz"))
               (sha256
                (base32
-                "0zglfabmy1p4msi3z7gf6vjml25vaaj77xfna5scy394ih341rdz"))))
+                "0kaghxn09276h2wzp0bz7mmq9r2zh918zvf0ibpss29s7ww9g3x8"))))
     (build-system cmake-build-system)
     (arguments (list #:tests? #f))
     (native-inputs

Reply via email to