guix_mirror_bot pushed a commit to branch kde-team
in repository guix.
commit 5319ae980dbe3db64129adcb52eb6741fb8db54c
Author: Sughosha <[email protected]>
AuthorDate: Wed Oct 8 19:36:56 2025 +0530
gnu: kcalendarcore: Update to 6.18.0.
* gnu/packages/kde-frameworks.scm (kcalendarcore): Update to 6.18.0.
Change-Id: I7757dd4140fdc6aedffe00921263621b7f66570e
---
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 1fe0fbfc69..9bd83ab99c 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -623,7 +623,7 @@ GZip format, via a subclass of QIODevice.")
(define-public kcalendarcore
(package
(name "kcalendarcore")
- (version "6.16.0")
+ (version "6.18.0")
(source (origin
(method url-fetch)
(uri (string-append
@@ -632,7 +632,7 @@ GZip format, via a subclass of QIODevice.")
name "-" version ".tar.xz"))
(sha256
(base32
- "16xxjmx0wwzw88755vg9rlkccmc6r4cpjs5zw397qgbf6lmis7aj"))))
+ "1rsqpiqwbga3n7xwqaq101nqksdyp92ki3zhd7p5jv6m6npk08sd"))))
(build-system cmake-build-system)
(native-inputs
(list extra-cmake-modules perl tzdata-for-tests))