mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: kholidays: Update to 6.5.0.
* gnu/packages/kde-frameworks.scm (kholidays): Update to 6.5.0. Change-Id: I4dd6ca931712c822cf019ffb697cf08477c4331a
This commit is contained in:
parent
129a1ba3ad
commit
4754646fcd
1 changed files with 2 additions and 2 deletions
|
@ -1092,7 +1092,7 @@ (define-public kguiaddons-5
|
|||
(define-public kholidays
|
||||
(package
|
||||
(name "kholidays")
|
||||
(version "6.4.0")
|
||||
(version "6.5.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append
|
||||
|
@ -1100,7 +1100,7 @@ (define-public kholidays
|
|||
(version-major+minor version) "/"
|
||||
name "-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32 "1kddsb64b8xcxblb3sjfkncqz50cq7vfx5w5d0bg0ihmpnvgl00j"))))
|
||||
(base32 "1jixchnfqpwbh5l187yj6y5zb526zsq588d3536hdaxgzy2k1844"))))
|
||||
(build-system cmake-build-system)
|
||||
(native-inputs (list extra-cmake-modules qttools))
|
||||
(inputs (list qtbase qtdeclarative))
|
||||
|
|
Loading…
Reference in a new issue