gnu: kcalendarcore: Update to 5.114.0.

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

Change-Id: I2b05028fff57c17c2b568c45b8f11ff715b9c386
This commit is contained in:
Maxim Cournoyer 2024-01-18 11:33:08 -05:00
parent db6498d593
commit 32f97bc7eb
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -490,7 +490,7 @@ (define-public karchive
(define-public kcalendarcore
(package
(name "kcalendarcore")
(version "5.108.0")
(version "5.114.0")
(source (origin
(method url-fetch)
(uri (string-append
@ -499,7 +499,7 @@ (define-public kcalendarcore
name "-" version ".tar.xz"))
(sha256
(base32
"1wxlixz7624p7693lwxgdzyi30n9zgs0mgvwldp0q0llzpxqp5yv"))))
"0aimda01zqw4fz5ldvz4vh767bi10r00kvm62n89nxhsq46wlk7p"))))
(build-system cmake-build-system)
(native-inputs
(list extra-cmake-modules perl tzdata-for-tests))