gnu: kded: Update to 6.13.0.

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

Change-Id: Id0c416ec04af7eccc35750af1e95e8caf1864763
This commit is contained in:
宋文武 2025-05-04 14:10:14 +08:00 committed by Andreas Enge
parent 7a55508cd9
commit 7f0302e72d
No known key found for this signature in database
GPG key ID: F7D5C9BF765C61E3

View file

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