guix_mirror_bot pushed a commit to branch kde-team
in repository guix.
commit 1fb37d231ff8b60d9cd24be8f0a571a62d4de893
Author: Sughosha <[email protected]>
AuthorDate: Mon Feb 9 01:57:59 2026 +0530
gnu: kcalendarcore: Update to 6.22.0.
* gnu/packages/kde-frameworks.scm (kcalendarcore): Update to 6.22.0.
Change-Id: I0f61f773749aa4b9c89c8043a325cd829f1ca0a2
---
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 50d4538938..2d128e4751 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.21.0")
+ (version "6.22.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
- "0zs16hpfp7jzz67h9ab92dqcs1zznyi9wkm4drx003cbpg4am865"))))
+ "0v1cnym61qyzpl21nnmawbs8zvk7v5pb5papcwrnxfd9l92zf8ya"))))
(build-system cmake-build-system)
(native-inputs
(list extra-cmake-modules perl tzdata-for-tests))