gnu: kcalendarcore: Update to 6.16.0.

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

Change-Id: Iae7e9035b027fb9f8d3b75cb8e981eed5062d4fe
This commit is contained in:
Zheng Junjie 2025-07-21 14:17:04 +08:00
parent 34a75aaa7d
commit 86f9a7d54d
No known key found for this signature in database
GPG key ID: 3B5AA993E1A2DFF0

View file

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