gnu: kholidays: Update to 6.4.0.
* gnu/packages/kde-frameworks.scm (kholidays): Update to 6.4.0. Change-Id: If4419fbdbe4e3beff15bd8dff8a7862f12870f69master
parent
899df38c3c
commit
2b50354a84
|
@ -1092,7 +1092,7 @@ interfaces in the areas of colors, fonts, text, images, keyboard input.")
|
||||||
(define-public kholidays
|
(define-public kholidays
|
||||||
(package
|
(package
|
||||||
(name "kholidays")
|
(name "kholidays")
|
||||||
(version "6.3.0")
|
(version "6.4.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
|
@ -1100,7 +1100,7 @@ interfaces in the areas of colors, fonts, text, images, keyboard input.")
|
||||||
(version-major+minor version) "/"
|
(version-major+minor version) "/"
|
||||||
name "-" version ".tar.xz"))
|
name "-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0pmcrzkq1s3aisihicazxgammmqmc63ywf6b0lwdb89xqwcf36cz"))))
|
(base32 "1kddsb64b8xcxblb3sjfkncqz50cq7vfx5w5d0bg0ihmpnvgl00j"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(native-inputs (list extra-cmake-modules qttools))
|
(native-inputs (list extra-cmake-modules qttools))
|
||||||
(inputs (list qtbase qtdeclarative))
|
(inputs (list qtbase qtdeclarative))
|
||||||
|
|
Reference in New Issue