mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-01 00:52:55 -05:00
gnu: kholidays: Update to 5.108.0.
* gnu/packages/kde-frameworks.scm (kholidays): Update to 5.108.0. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
This commit is contained in:
parent
c46dc0a492
commit
f7f3d98e2d
1 changed files with 2 additions and 2 deletions
|
@ -792,7 +792,7 @@ (define-public kguiaddons
|
|||
(define-public kholidays
|
||||
(package
|
||||
(name "kholidays")
|
||||
(version "5.98.0")
|
||||
(version "5.108.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append
|
||||
|
@ -800,7 +800,7 @@ (define-public kholidays
|
|||
(version-major+minor version) "/"
|
||||
name "-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32 "0ysw52wiyxrkprn0gis85nphpfl1wdb4439i66dfmg7s9nyqpzp0"))))
|
||||
(base32 "03g484nm37vv8mnj4q6y6pdrhhiglni3s63gpxhc54zzhzxshpy5"))))
|
||||
(build-system cmake-build-system)
|
||||
(native-inputs
|
||||
(list extra-cmake-modules qttools-5))
|
||||
|
|
Loading…
Reference in a new issue