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

commit 7882ab778b895f906fd1097bd53f9ec7c90b3309
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 007c5bfd0a..943a484953 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -3370,7 +3370,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
@@ -3379,7 +3379,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