z572 pushed a commit to branch kde-team
in repository guix.

commit 9b8f2c04e3e4a640a146ec362ba0d0bbc642c693
Author: Zheng Junjie <[email protected]>
AuthorDate: Tue Aug 13 14:54:48 2024 +0800

    gnu: kcalendarcore: Update to 6.5.0.
    
    * gnu/packages/kde-frameworks.scm (kcalendarcore): Update to 6.5.0.
    
    Change-Id: I1fd35bdf793798565681afb6a7279c00b4ca6404
---
 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 da05266e24..239af7d47b 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -557,7 +557,7 @@ GZip format, via a subclass of QIODevice.")
 (define-public kcalendarcore
   (package
     (name "kcalendarcore")
-    (version "6.4.0")
+    (version "6.5.0")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -566,7 +566,7 @@ GZip format, via a subclass of QIODevice.")
                     name "-" version ".tar.xz"))
               (sha256
                (base32
-                "0mxapn2vjd5n2wrsplgpjxsq0fa9hkygzhwq0gzi6q9iscg9ndb0"))))
+                "08pm465rmy5va17kn86mw0pxskpnw9p04a7rq9acxxhmxpsrk9bd"))))
     (build-system cmake-build-system)
     (native-inputs
      (list extra-cmake-modules perl tzdata-for-tests))

Reply via email to