[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
- branch master updated (56d3d04a44 -> ae8cb43b60), guix-commits, 2024/08/01
- 01/126: gnu: extra-cmake-modules: Update to 6.4.0., guix-commits, 2024/08/01
- 08/126: gnu: kcalendarcore: Update to 6.4.0.,
guix-commits <=
- 11/126: gnu: kconfig: Update to 6.4.0., guix-commits, 2024/08/01
- 16/126: gnu: kholidays: Update to 6.4.0., guix-commits, 2024/08/01
- 17/126: gnu: ki18n: Update to 6.4.0., guix-commits, 2024/08/01
- 27/126: gnu: kwindowsystem: Update to 6.4.0., guix-commits, 2024/08/01
- 30/126: gnu: prison: Update to 6.4.0., guix-commits, 2024/08/01
- 46/126: gnu: kunitconversion: Update to 6.4.0., guix-commits, 2024/08/01
- 55/126: gnu: kded: Update to 6.4.0., guix-commits, 2024/08/01
- 70/126: gnu: kwallet: Update to 6.4.0., guix-commits, 2024/08/01
- 89/126: gnu: kglobalacceld: Update to 6.1.3., guix-commits, 2024/08/01
- 20/126: gnu: kitemmodels: Update to 6.4.0., guix-commits, 2024/08/01