guix_mirror_bot pushed a commit to branch kde-team in repository guix. commit 6f377f4432fbf1d18e0590cd622a737c9911a7f1 Author: Zheng Junjie <z572@z572.online> AuthorDate: Mon Jul 21 14:56:00 2025 +0800
gnu: kholidays: Update to 6.16.0. * gnu/packages/kde-frameworks.scm (kholidays): Update to 6.16.0. Change-Id: I3e8cd0d0a444afea042ea8085184daa92e5d9ba7 --- gnu/packages/kde-frameworks.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm index 1f30a39370..08264ed953 100644 --- a/gnu/packages/kde-frameworks.scm +++ b/gnu/packages/kde-frameworks.scm @@ -1118,7 +1118,7 @@ interfaces in the areas of colors, fonts, text, images, keyboard input.") (define-public kholidays (package (name "kholidays") - (version "6.13.0") + (version "6.16.0") (source (origin (method url-fetch) (uri (string-append @@ -1126,7 +1126,7 @@ interfaces in the areas of colors, fonts, text, images, keyboard input.") (version-major+minor version) "/" name "-" version ".tar.xz")) (sha256 - (base32 "0xa74vpw9dqaxmgqnz7f7ah6azzb8rvd1660vmv5ysf7napsxlip")))) + (base32 "0085vmw8cskb0vmg54wzdzfsp6kvqvh05cjkhkw61hq8plsrq0jp")))) (build-system cmake-build-system) (native-inputs (list extra-cmake-modules qttools)) (inputs (list qtbase qtdeclarative))