gnu: kcalendarcore: Update to 6.10.0.

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

Change-Id: If77af2dcde2503f1862f04c0c6456028c8e24043
This commit is contained in:
Zheng Junjie 2025-01-10 11:51:21 +08:00 committed by Zheng Junjie
parent fd17d9d1fb
commit 9e130170c1
No known key found for this signature in database
GPG key ID: 3B5AA993E1A2DFF0

View file

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