guix_mirror_bot pushed a commit to branch core-packages-team
in repository guix.

commit 3c9e1d07aea375a8de8313a69fb0391f1da5ddaf
Author: 宋文武 <[email protected]>
AuthorDate: Sun May 4 14:10:09 2025 +0800

    gnu: kcalendarcore: Update to 6.13.0.
    
    * gnu/packages/kde-frameworks.scm (kcalendarcore): Update to 6.13.0.
    
    Change-Id: Id9d30a0f10ecde25c5b27275ba7739e49b4c0ab1
---
 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 6e13992196..0022227c7c 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -565,7 +565,7 @@ GZip format, via a subclass of QIODevice.")
 (define-public kcalendarcore
   (package
     (name "kcalendarcore")
-    (version "6.10.0")
+    (version "6.13.0")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -574,7 +574,7 @@ GZip format, via a subclass of QIODevice.")
                     name "-" version ".tar.xz"))
               (sha256
                (base32
-                "0sik62y50q31np1747lkg9rsga1np4mx3lwm9lw6f69l93b2z3wq"))))
+                "0h8zzakprgsbblfff1hi5fgnxggb8v525mh5mjzgkyrr3y2lll71"))))
     (build-system cmake-build-system)
     (native-inputs
      (list extra-cmake-modules perl tzdata-for-tests))

Reply via email to