guix_mirror_bot pushed a commit to branch kde-team
in repository guix.
commit 3669a1b95a50915b730221a8294b1128ff0cfdd8
Author: Zheng Junjie <[email protected]>
AuthorDate: Fri Jan 10 11:51:21 2025 +0800
gnu: kcalendarcore: Update to 6.10.0.
* gnu/packages/kde-frameworks.scm (kcalendarcore): Update to 6.10.0.
Change-Id: If77af2dcde2503f1862f04c0c6456028c8e24043
---
gnu/packages/kde-frameworks.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm
index 5bb5127d65..72b59fad06 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -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))