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

commit e9aa091d723808c57b63eb631ee328d4221c18a8
Author: Sughosha <[email protected]>
AuthorDate: Wed Oct 8 19:37:07 2025 +0530

    gnu: kded: Update to 6.18.0.
    
    * gnu/packages/kde-frameworks.scm (kded): Update to 6.18.0.
    
    Change-Id: I08c9d202e507a93c85273129671f6576680270c6
---
 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 91175a60bd..20526096f5 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -3520,7 +3520,7 @@ that offer bindings to some of the Frameworks.")
 (define-public kded
   (package
     (name "kded")
-    (version "6.16.0")
+    (version "6.18.0")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -3529,7 +3529,7 @@ that offer bindings to some of the Frameworks.")
                     name "-" version ".tar.xz"))
               (sha256
                (base32
-                "0ahv70qms1sdi1n45xyp5rqlmrazx1mfs0wng2r2ag6m3nq2yds9"))))
+                "10jq5q3q6n0hb1075rpffh517qdzmwkc3ci8qh5347wrpzk3w3n9"))))
     (build-system cmake-build-system)
     (arguments (list #:tests? #f))
     (native-inputs

Reply via email to