me
/
guix
Archived
1
0
Fork 0

gnu: kholidays: Update to 6.4.0.

* gnu/packages/kde-frameworks.scm (kholidays): Update to 6.4.0.

Change-Id: If4419fbdbe4e3beff15bd8dff8a7862f12870f69
master
Zheng Junjie 2024-07-20 00:24:45 +08:00
parent 899df38c3c
commit 2b50354a84
No known key found for this signature in database
GPG Key ID: 3B5AA993E1A2DFF0
1 changed files with 2 additions and 2 deletions

View File

@ -1092,7 +1092,7 @@ interfaces in the areas of colors, fonts, text, images, keyboard input.")
(define-public kholidays
(package
(name "kholidays")
(version "6.3.0")
(version "6.4.0")
(source (origin
(method url-fetch)
(uri (string-append
@ -1100,7 +1100,7 @@ interfaces in the areas of colors, fonts, text, images, keyboard input.")
(version-major+minor version) "/"
name "-" version ".tar.xz"))
(sha256
(base32 "0pmcrzkq1s3aisihicazxgammmqmc63ywf6b0lwdb89xqwcf36cz"))))
(base32 "1kddsb64b8xcxblb3sjfkncqz50cq7vfx5w5d0bg0ihmpnvgl00j"))))
(build-system cmake-build-system)
(native-inputs (list extra-cmake-modules qttools))
(inputs (list qtbase qtdeclarative))