gnu: kcalendarcore: Update to 6.13.0.

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

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

View file

@ -565,7 +565,7 @@ GZip format, via a subclass of QIODevice.")
(define-public kcalendarcore
(package
(name "kcalendarcore")
(version "6.10.0")
(version "6.13.0")
(source (origin
(method url-fetch)
(uri (string-append
@ -574,7 +574,7 @@ GZip format, via a subclass of QIODevice.")
name "-" version ".tar.xz"))
(sha256
(base32
"0sik62y50q31np1747lkg9rsga1np4mx3lwm9lw6f69l93b2z3wq"))))
"0h8zzakprgsbblfff1hi5fgnxggb8v525mh5mjzgkyrr3y2lll71"))))
(build-system cmake-build-system)
(native-inputs
(list extra-cmake-modules perl tzdata-for-tests))