z572 pushed a commit to branch kde-team
in repository guix.
commit 4b56ecfaa21565268cb41485dfcb23b3874f73b0
Author: Zheng Junjie <[email protected]>
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