guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 163eb41c5d0dca22ae573bfcbbd1fbc39de131c0
Author: Sughosha <[email protected]>
AuthorDate: Wed Dec 24 14:40:29 2025 +0530

    gnu: kcalendarcore: Update to 6.21.0.
    
    * gnu/packages/kde-frameworks.scm (kcalendarcore): Update to 6.21.0.
    
    Change-Id: Ib28afe8e5b114760e52248013b1c84d36d939d2f
---
 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 98d1f2ac10..3e5dec01ec 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.19.0")
+    (version "6.21.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
-                "1z5n123phqcamyh6ngsrdzprf8bkn20xvi30yv5whjyd69n66rcy"))))
+                "0zs16hpfp7jzz67h9ab92dqcs1zznyi9wkm4drx003cbpg4am865"))))
     (build-system cmake-build-system)
     (native-inputs
      (list extra-cmake-modules perl tzdata-for-tests))

Reply via email to