guix-commits
[Top][All Lists]
Advanced

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

08/126: gnu: kcalendarcore: Update to 6.4.0.


From: guix-commits
Subject: 08/126: gnu: kcalendarcore: Update to 6.4.0.
Date: Thu, 1 Aug 2024 11:46:29 -0400 (EDT)

z572 pushed a commit to branch master
in repository guix.

commit aaf77296af5169852210415821f375820131476e
Author: Zheng Junjie <zhengjunjie@iscas.ac.cn>
AuthorDate: Sat Jul 20 00:24:44 2024 +0800

    gnu: kcalendarcore: Update to 6.4.0.
    
    * gnu/packages/kde-frameworks.scm (kcalendarcore): Update to 6.4.0.
    [inputs]: Add qtdeclarative.
    
    Change-Id: I717a874f93f9b74e22ff67e9db67627c725e5b0d
---
 gnu/packages/kde-frameworks.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm
index 1cbc24121c..c02ea39d88 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.3.0")
+    (version "6.4.0")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -566,11 +566,11 @@ GZip format, via a subclass of QIODevice.")
                     name "-" version ".tar.xz"))
               (sha256
                (base32
-                "1yqk2s52h6z9jlh2lg96agk273msrah6rxw10wr2cpnb0jv7dpyd"))))
+                "0mxapn2vjd5n2wrsplgpjxsq0fa9hkygzhwq0gzi6q9iscg9ndb0"))))
     (build-system cmake-build-system)
     (native-inputs
      (list extra-cmake-modules perl tzdata-for-tests))
-    (inputs (list libical qtbase))
+    (inputs (list libical qtbase qtdeclarative))
     (arguments
      (list
       #:phases



reply via email to

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