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

commit b1e4aff0712eb8be90ccb540b9599230755dfc17
Author: Sughosha <[email protected]>
AuthorDate: Wed Dec 24 14:40:42 2025 +0530

    gnu: kded: Update to 6.21.0.
    
    * gnu/packages/kde-frameworks.scm (kded): Update to 6.21.0.
    
    Change-Id: I3af9e75fb502bab2313da88a24413ef8f6d87aad
---
 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 9a9e6bf55f..3eba918038 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -3367,7 +3367,7 @@ that offer bindings to some of the Frameworks.")
 (define-public kded
   (package
     (name "kded")
-    (version "6.19.0")
+    (version "6.21.0")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -3376,7 +3376,7 @@ that offer bindings to some of the Frameworks.")
                     name "-" version ".tar.xz"))
               (sha256
                (base32
-                "00mwl13dwdacq6kbhhxmpnn0bj68fra95rmpg343cgzngci08nlw"))))
+                "18fx0al5ax2xdif0dx5r49019gwbbshyacsckm6d12yrivzjqlrn"))))
     (build-system cmake-build-system)
     (arguments (list #:tests? #f))
     (native-inputs

Reply via email to