mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05: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 @@ (define-public karchive-5
|
|||
(define-public kcalendarcore
|
||||
(package
|
||||
(name "kcalendarcore")
|
||||
(version "6.4.0")
|
||||
(version "6.5.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append
|
||||
|
@ -566,7 +566,7 @@ (define-public kcalendarcore
|
|||
name "-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0mxapn2vjd5n2wrsplgpjxsq0fa9hkygzhwq0gzi6q9iscg9ndb0"))))
|
||||
"08pm465rmy5va17kn86mw0pxskpnw9p04a7rq9acxxhmxpsrk9bd"))))
|
||||
(build-system cmake-build-system)
|
||||
(native-inputs
|
||||
(list extra-cmake-modules perl tzdata-for-tests))
|
||||
|
|
Loading…
Reference in a new issue