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

commit 30511a7ef9647ebbb758d7319ba0a950dd38c536
Author: Sughosha <[email protected]>
AuthorDate: Mon Feb 9 01:58:10 2026 +0530

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

Reply via email to