gnu: kded: Update to 6.10.0.

* gnu/packages/kde-frameworks.scm (kded): Update to 6.10.0.

Change-Id: I0b41b05d9078ea9e8cb1b52c3cab019e1f7b3f14
This commit is contained in:
Zheng Junjie 2025-01-10 11:51:30 +08:00 committed by Zheng Junjie
parent 24f4a00393
commit b3543b5d68
No known key found for this signature in database
GPG key ID: 3B5AA993E1A2DFF0

View file

@ -3524,7 +3524,7 @@ that offer bindings to some of the Frameworks.")
(define-public kded (define-public kded
(package (package
(name "kded") (name "kded")
(version "6.5.0") (version "6.10.0")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append (uri (string-append
@ -3533,7 +3533,7 @@ that offer bindings to some of the Frameworks.")
name "-" version ".tar.xz")) name "-" version ".tar.xz"))
(sha256 (sha256
(base32 (base32
"1c2lk418lazlynclw3zy79bzs21v962afpl98wzl9766mi0sjb19")))) "13ka1vzid6k3hywyhjkj35z8rlqjgnxp8ivzy7m7yl69zpdxj0an"))))
(build-system cmake-build-system) (build-system cmake-build-system)
(native-inputs (native-inputs
(list extra-cmake-modules kdoctools)) (list extra-cmake-modules kdoctools))