z572 pushed a commit to branch kde-team
in repository guix.
commit c7520f8b0bf3aab9eead2ab5c093b531f1fc6ac1
Author: Zheng Junjie <[email protected]>
AuthorDate: Fri Jan 10 11:51:30 2025 +0800
gnu: kded: Update to 6.10.0.
* gnu/packages/kde-frameworks.scm (kded): Update to 6.10.0.
Change-Id: I0b41b05d9078ea9e8cb1b52c3cab019e1f7b3f14
---
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 bd06300ede..11a7f0bc69 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -3548,7 +3548,7 @@ that offer bindings to some of the Frameworks.")
(define-public kded
(package
(name "kded")
- (version "6.5.0")
+ (version "6.10.0")
(source (origin
(method url-fetch)
(uri (string-append
@@ -3557,7 +3557,7 @@ that offer bindings to some of the Frameworks.")
name "-" version ".tar.xz"))
(sha256
(base32
- "1c2lk418lazlynclw3zy79bzs21v962afpl98wzl9766mi0sjb19"))))
+ "13ka1vzid6k3hywyhjkj35z8rlqjgnxp8ivzy7m7yl69zpdxj0an"))))
(build-system cmake-build-system)
(native-inputs
(list extra-cmake-modules kdoctools))