guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 52f7eb4532ed3fc8772c7deb1ac916e017f4ef32
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 30455e66a0..1f0341de5e 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.19.0")
+    (version "6.21.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
-                "00mwl13dwdacq6kbhhxmpnn0bj68fra95rmpg343cgzngci08nlw"))))
+                "18fx0al5ax2xdif0dx5r49019gwbbshyacsckm6d12yrivzjqlrn"))))
     (build-system cmake-build-system)
     (arguments (list #:tests? #f))
     (native-inputs

Reply via email to