mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: kholidays: Update to 6.13.0.
* gnu/packages/kde-frameworks.scm (kholidays): Update to 6.13.0. Change-Id: I0a6d13632e82e40ee2e65f54ea29abdd04a37cdd
This commit is contained in:
parent
85c7e18281
commit
b2df9f57ba
1 changed files with 2 additions and 2 deletions
|
@ -1110,7 +1110,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.10.0")
|
(version "6.13.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
|
@ -1118,7 +1118,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 "13a5nhmdv6ijyb2wmw0i4ym7bn6n1a1vlfk2d2kca92mgb5gx3kq"))))
|
(base32 "0xa74vpw9dqaxmgqnz7f7ah6azzb8rvd1660vmv5ysf7napsxlip"))))
|
||||||
(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))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue