guix_mirror_bot pushed a commit to branch kde-team
in repository guix.
commit 06256e1111d629256913ed41a0ea00927d792490
Author: Zheng Junjie <[email protected]>
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 69ebd5bf22..9e0dba3b05 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