guix_mirror_bot pushed a commit to branch kde-team
in repository guix.
commit 64e1428ba4e81192c7733ab0a32ac2321fc2d5cc
Author: Sughosha <[email protected]>
AuthorDate: Fri May 8 08:50:37 2026 +0530
gnu: kcalendarcore: Update to 6.24.0.
* gnu/packages/kde-frameworks.scm (kcalendarcore): Update to 6.24.0.
Change-Id: Iadf36a51252316d87e6c3c1cb30b7a98f4e440af
---
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 5b1f79bb1a..d49fcbd801 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -606,7 +606,7 @@ GZip format, via a subclass of QIODevice.")
(define-public kcalendarcore
(package
(name "kcalendarcore")
- (version "6.23.0")
+ (version "6.24.0")
(source (origin
(method url-fetch)
(uri (string-append
@@ -615,7 +615,7 @@ GZip format, via a subclass of QIODevice.")
name "-" version ".tar.xz"))
(sha256
(base32
- "0jq6qils6ggg40ci5rz2sw8ggy95sbw8dkgks5sr7piimc66232f"))))
+ "0ni4zjjf5dmgcpmwni8pk8flcmijb1jrzjgw6f87sk1sr5ij842p"))))
(build-system cmake-build-system)
(native-inputs
(list extra-cmake-modules perl tzdata-for-tests))