mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 06:18:07 -05:00
gnu: kcalendarcore: Update to 5.114.0.
* gnu/packages/kde-frameworks.scm (kcalendarcore): Update to 5.114.0. Change-Id: I2b05028fff57c17c2b568c45b8f11ff715b9c386
This commit is contained in:
parent
db6498d593
commit
32f97bc7eb
1 changed files with 2 additions and 2 deletions
|
@ -490,7 +490,7 @@ (define-public karchive
|
|||
(define-public kcalendarcore
|
||||
(package
|
||||
(name "kcalendarcore")
|
||||
(version "5.108.0")
|
||||
(version "5.114.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append
|
||||
|
@ -499,7 +499,7 @@ (define-public kcalendarcore
|
|||
name "-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1wxlixz7624p7693lwxgdzyi30n9zgs0mgvwldp0q0llzpxqp5yv"))))
|
||||
"0aimda01zqw4fz5ldvz4vh767bi10r00kvm62n89nxhsq46wlk7p"))))
|
||||
(build-system cmake-build-system)
|
||||
(native-inputs
|
||||
(list extra-cmake-modules perl tzdata-for-tests))
|
||||
|
|
Loading…
Reference in a new issue