python3Packages.holidays: 0.96 -> 0.97 (#522063)

This commit is contained in:
Fabian Affolter
2026-05-19 21:08:26 +00:00
committed by GitHub
@@ -16,14 +16,14 @@
buildPythonPackage (finalAttrs: {
pname = "holidays";
version = "0.96";
version = "0.97";
pyproject = true;
src = fetchFromGitHub {
owner = "vacanza";
repo = "python-holidays";
tag = "v${finalAttrs.version}";
hash = "sha256-tsDGtNAF69EzE4cs0j1PeLZBITvy04kG8MUKD2aNWx0=";
hash = "sha256-d543A/A/W4PqWZSwHPRwv7V65EEpzPfugrwlWhHd/mI=";
};
build-system = [