guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

193/347: gnu: kcalendarcore-6: Update to 6.3.0.


From: guix-commits
Subject: 193/347: gnu: kcalendarcore-6: Update to 6.3.0.
Date: Fri, 28 Jun 2024 09:58:58 -0400 (EDT)

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

commit 053973d82d5df4588f86e03ea1ad73ec4d0a7605
Author: Zheng Junjie <zhengjunjie@iscas.ac.cn>
AuthorDate: Thu Jun 27 01:41:20 2024 +0800

    gnu: kcalendarcore-6: Update to 6.3.0.
    
    * gnu/packages/kde-frameworks.scm (kcalendarcore-6): Update to 6.3.0.
    
    Change-Id: I9a2065a904d18de22fb9135395eef5fe0eb15125
---
 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 1e8692d930..1308fe8a60 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -577,7 +577,7 @@ GZip format, via a subclass of QIODevice.")
 (define-public kcalendarcore-6
   (package
     (name "kcalendarcore")
-    (version "6.1.0")
+    (version "6.3.0")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -586,7 +586,7 @@ GZip format, via a subclass of QIODevice.")
                     name "-" version ".tar.xz"))
               (sha256
                (base32
-                "16qkl92cqn5q83pj1hgqmvybnv5pzi1j1q85cz17jsq7lhrfzzqw"))))
+                "1yqk2s52h6z9jlh2lg96agk273msrah6rxw10wr2cpnb0jv7dpyd"))))
     (build-system cmake-build-system)
     (native-inputs
      (list extra-cmake-modules perl tzdata-for-tests))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]