guix_mirror_bot pushed a commit to branch kde-team
in repository guix.
commit 1ab90c95519fd667813844f5491e679ef33333be
Author: Sughosha <[email protected]>
AuthorDate: Tue Mar 3 21:57:13 2026 +0530
gnu: kcalendarcore: Update to 6.23.0.
* gnu/packages/kde-frameworks.scm (kcalendarcore): Update to 6.23.0.
Change-Id: If5f68c75160133f2c86957389a15637909e2d5a4
---
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 1fa9e5fbee..ea63b5a796 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -601,7 +601,7 @@ GZip format, via a subclass of QIODevice.")
(define-public kcalendarcore
(package
(name "kcalendarcore")
- (version "6.22.0")
+ (version "6.23.0")
(source (origin
(method url-fetch)
(uri (string-append
@@ -610,7 +610,7 @@ GZip format, via a subclass of QIODevice.")
name "-" version ".tar.xz"))
(sha256
(base32
- "0v1cnym61qyzpl21nnmawbs8zvk7v5pb5papcwrnxfd9l92zf8ya"))))
+ "0jq6qils6ggg40ci5rz2sw8ggy95sbw8dkgks5sr7piimc66232f"))))
(build-system cmake-build-system)
(native-inputs
(list extra-cmake-modules perl tzdata-for-tests))