gnu: kcalendarcore: Update to 6.5.0.

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

Change-Id: I1fd35bdf793798565681afb6a7279c00b4ca6404
This commit is contained in:
Zheng Junjie 2024-08-13 14:54:48 +08:00
parent 9872f49d41
commit 9d8f8be570
No known key found for this signature in database
GPG key ID: 3B5AA993E1A2DFF0

View file

@ -557,7 +557,7 @@ (define-public karchive-5
(define-public kcalendarcore
(package
(name "kcalendarcore")
(version "6.4.0")
(version "6.5.0")
(source (origin
(method url-fetch)
(uri (string-append
@ -566,7 +566,7 @@ (define-public kcalendarcore
name "-" version ".tar.xz"))
(sha256
(base32
"0mxapn2vjd5n2wrsplgpjxsq0fa9hkygzhwq0gzi6q9iscg9ndb0"))))
"08pm465rmy5va17kn86mw0pxskpnw9p04a7rq9acxxhmxpsrk9bd"))))
(build-system cmake-build-system)
(native-inputs
(list extra-cmake-modules perl tzdata-for-tests))