gnu: kholidays: Update to 5.114.0.
* gnu/packages/kde-frameworks.scm (kholidays): Update to 5.114.0. Change-Id: I37d6006cdefa134364a60a85859505c2d451b138master
parent
51ffddf04b
commit
a7afeaefc5
|
@ -823,7 +823,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 "5.108.0")
|
(version "5.114.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
|
@ -831,7 +831,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 "03g484nm37vv8mnj4q6y6pdrhhiglni3s63gpxhc54zzhzxshpy5"))))
|
(base32 "19r8dxglz5ll6iyvigsccil3ikvcsnyy5nwcpjvjr1c0brigcjmy"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list extra-cmake-modules qttools-5))
|
(list extra-cmake-modules qttools-5))
|
||||||
|
|
Reference in New Issue