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

commit 540fba747385578318a0343278cdc0ed73a7f417
Author: Sughosha <[email protected]>
AuthorDate: Mon Oct 13 20:46:47 2025 +0530

    gnu: kded: Update to 6.19.0.
    
    * gnu/packages/kde-frameworks.scm (kded): Update to 6.19.0.
    
    Change-Id: I38b3f322f07a17a1a9db6f89c9ac29361c14c6c8
---
 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 8fbe6ca696..0294a683a8 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -3484,7 +3484,7 @@ that offer bindings to some of the Frameworks.")
 (define-public kded
   (package
     (name "kded")
-    (version "6.18.0")
+    (version "6.19.0")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -3493,7 +3493,7 @@ that offer bindings to some of the Frameworks.")
                     name "-" version ".tar.xz"))
               (sha256
                (base32
-                "10jq5q3q6n0hb1075rpffh517qdzmwkc3ci8qh5347wrpzk3w3n9"))))
+                "00mwl13dwdacq6kbhhxmpnn0bj68fra95rmpg343cgzngci08nlw"))))
     (build-system cmake-build-system)
     (arguments (list #:tests? #f))
     (native-inputs

Reply via email to