mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: kcalendarcore: Update to 6.13.0.
* gnu/packages/kde-frameworks.scm (kcalendarcore): Update to 6.13.0. Change-Id: Id9d30a0f10ecde25c5b27275ba7739e49b4c0ab1
This commit is contained in:
parent
9472deda7f
commit
bf9e88359c
1 changed files with 2 additions and 2 deletions
|
@ -565,7 +565,7 @@ GZip format, via a subclass of QIODevice.")
|
||||||
(define-public kcalendarcore
|
(define-public kcalendarcore
|
||||||
(package
|
(package
|
||||||
(name "kcalendarcore")
|
(name "kcalendarcore")
|
||||||
(version "6.10.0")
|
(version "6.13.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
|
@ -574,7 +574,7 @@ GZip format, via a subclass of QIODevice.")
|
||||||
name "-" version ".tar.xz"))
|
name "-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0sik62y50q31np1747lkg9rsga1np4mx3lwm9lw6f69l93b2z3wq"))))
|
"0h8zzakprgsbblfff1hi5fgnxggb8v525mh5mjzgkyrr3y2lll71"))))
|
||||||
(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))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue