guix_mirror_bot pushed a commit to branch kde-team
in repository guix.
commit 7a021a35bad337c6bead41d92976df00d94feb80
Author: Sughosha <[email protected]>
AuthorDate: Mon Oct 13 20:46:34 2025 +0530
gnu: kcalendarcore: Update to 6.19.0.
* gnu/packages/kde-frameworks.scm (kcalendarcore): Update to 6.19.0.
Change-Id: I9d1cba91d579bc5ed20ead7d97ae24311869eb25
---
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 5bc8185824..fb04e0ccc3 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -622,7 +622,7 @@ GZip format, via a subclass of QIODevice.")
(define-public kcalendarcore
(package
(name "kcalendarcore")
- (version "6.18.0")
+ (version "6.19.0")
(source (origin
(method url-fetch)
(uri (string-append
@@ -631,7 +631,7 @@ GZip format, via a subclass of QIODevice.")
name "-" version ".tar.xz"))
(sha256
(base32
- "1rsqpiqwbga3n7xwqaq101nqksdyp92ki3zhd7p5jv6m6npk08sd"))))
+ "1z5n123phqcamyh6ngsrdzprf8bkn20xvi30yv5whjyd69n66rcy"))))
(build-system cmake-build-system)
(native-inputs
(list extra-cmake-modules perl tzdata-for-tests))