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

commit 15582d3d195c01a244636e911e7bf8f9c8ee39f8
Author: Zheng Junjie <z572@z572.online>
AuthorDate: Wed Jul 23 18:30:40 2025 +0800

    gnu: kded: Update to 6.16.0.
    
    * gnu/packages/kde-frameworks.scm (kded): Update to 6.16.0.
    
    Change-Id: Ied7ec8c56f60ff1d49df2a4830b2df128c4485ad
---
 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 0e01757f09..b183b791f4 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -3579,7 +3579,7 @@ that offer bindings to some of the Frameworks.")
 (define-public kded
   (package
     (name "kded")
-    (version "6.13.0")
+    (version "6.16.0")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -3588,7 +3588,7 @@ that offer bindings to some of the Frameworks.")
                     name "-" version ".tar.xz"))
               (sha256
                (base32
-                "1f0zjd0gigfd6rqlvnyg6yz5fjdkcvkh3srw7044nhhc0wns8xbh"))))
+                "0ahv70qms1sdi1n45xyp5rqlmrazx1mfs0wng2r2ag6m3nq2yds9"))))
     (build-system cmake-build-system)
     (arguments (list #:tests? #f))
     (native-inputs

Reply via email to