me
/
guix
Archived
1
0
Fork 0

gnu: kcalendarcore: Update to 6.4.0.

* gnu/packages/kde-frameworks.scm (kcalendarcore): Update to 6.4.0.
[inputs]: Add qtdeclarative.

Change-Id: I717a874f93f9b74e22ff67e9db67627c725e5b0d
master
Zheng Junjie 2024-07-20 00:24:44 +08:00
parent c059dcec5c
commit aaf77296af
No known key found for this signature in database
GPG Key ID: 3B5AA993E1A2DFF0
1 changed files with 3 additions and 3 deletions

View File

@ -557,7 +557,7 @@ GZip format, via a subclass of QIODevice.")
(define-public kcalendarcore (define-public kcalendarcore
(package (package
(name "kcalendarcore") (name "kcalendarcore")
(version "6.3.0") (version "6.4.0")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append (uri (string-append
@ -566,11 +566,11 @@ GZip format, via a subclass of QIODevice.")
name "-" version ".tar.xz")) name "-" version ".tar.xz"))
(sha256 (sha256
(base32 (base32
"1yqk2s52h6z9jlh2lg96agk273msrah6rxw10wr2cpnb0jv7dpyd")))) "0mxapn2vjd5n2wrsplgpjxsq0fa9hkygzhwq0gzi6q9iscg9ndb0"))))
(build-system cmake-build-system) (build-system cmake-build-system)
(native-inputs (native-inputs
(list extra-cmake-modules perl tzdata-for-tests)) (list extra-cmake-modules perl tzdata-for-tests))
(inputs (list libical qtbase)) (inputs (list libical qtbase qtdeclarative))
(arguments (arguments
(list (list
#:phases #:phases