mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-01 15:26:47 +01:00
gnu: kholidays: Update to 5.114.0.
* gnu/packages/kde-frameworks.scm (kholidays): Update to 5.114.0. Change-Id: I37d6006cdefa134364a60a85859505c2d451b138
This commit is contained in:
parent
51ffddf04b
commit
a7afeaefc5
1 changed files with 2 additions and 2 deletions
|
@ -823,7 +823,7 @@ (define-public kguiaddons
|
|||
(define-public kholidays
|
||||
(package
|
||||
(name "kholidays")
|
||||
(version "5.108.0")
|
||||
(version "5.114.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append
|
||||
|
@ -831,7 +831,7 @@ (define-public kholidays
|
|||
(version-major+minor version) "/"
|
||||
name "-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32 "03g484nm37vv8mnj4q6y6pdrhhiglni3s63gpxhc54zzhzxshpy5"))))
|
||||
(base32 "19r8dxglz5ll6iyvigsccil3ikvcsnyy5nwcpjvjr1c0brigcjmy"))))
|
||||
(build-system cmake-build-system)
|
||||
(native-inputs
|
||||
(list extra-cmake-modules qttools-5))
|
||||
|
|
Loading…
Reference in a new issue