diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm index ac470a2695e..b8a285d0acf 100644 --- a/gnu/packages/kde-frameworks.scm +++ b/gnu/packages/kde-frameworks.scm @@ -3524,7 +3524,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 @@ -3533,7 +3533,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))