gnu: kcalendarcore: Update to 5.108.0.
* gnu/packages/kde-frameworks.scm (kcalendarcore): Update to 5.108.0. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
This commit is contained in:
parent
36363f2a7e
commit
6445dc95ed
1 changed files with 2 additions and 2 deletions
|
@ -486,7 +486,7 @@ GZip format, via a subclass of QIODevice.")
|
||||||
(define-public kcalendarcore
|
(define-public kcalendarcore
|
||||||
(package
|
(package
|
||||||
(name "kcalendarcore")
|
(name "kcalendarcore")
|
||||||
(version "5.98.0")
|
(version "5.108.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
|
@ -495,7 +495,7 @@ GZip format, via a subclass of QIODevice.")
|
||||||
name "-" version ".tar.xz"))
|
name "-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"16kclspsjzld9n07z1i8li2pc91ihpqhbk46a4s92nsihs2dkayk"))))
|
"1wxlixz7624p7693lwxgdzyi30n9zgs0mgvwldp0q0llzpxqp5yv"))))
|
||||||
(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))
|
||||||
|
|
Reference in a new issue