mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: kcalendarcore: Update to 6.5.0.
* gnu/packages/kde-frameworks.scm (kcalendarcore): Update to 6.5.0. Change-Id: I1fd35bdf793798565681afb6a7279c00b4ca6404
This commit is contained in:
parent
9872f49d41
commit
9d8f8be570
1 changed files with 2 additions and 2 deletions
|
@ -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.4.0")
|
(version "6.5.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
|
@ -566,7 +566,7 @@ GZip format, via a subclass of QIODevice.")
|
||||||
name "-" version ".tar.xz"))
|
name "-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0mxapn2vjd5n2wrsplgpjxsq0fa9hkygzhwq0gzi6q9iscg9ndb0"))))
|
"08pm465rmy5va17kn86mw0pxskpnw9p04a7rq9acxxhmxpsrk9bd"))))
|
||||||
(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