python3Packages.holidays: 0.99 -> 0.100

Diff: https://github.com/vacanza/python-holidays/compare/v0.99...v0.100

Changelog: https://github.com/vacanza/holidays/blob/v0.100/CHANGES.md
This commit is contained in:
Fabian Affolter
2026-07-07 10:09:17 +02:00
parent 50123dbae7
commit 0c130e6604
@@ -16,14 +16,14 @@
buildPythonPackage (finalAttrs: {
pname = "holidays";
version = "0.99";
version = "0.100";
pyproject = true;
src = fetchFromGitHub {
owner = "vacanza";
repo = "python-holidays";
tag = "v${finalAttrs.version}";
hash = "sha256-iIBkusWBwvDI9EMTvf62UVl/N8tlKhasCj/yPBh+lk4=";
hash = "sha256-PY2N/UysRcz8AWQQ8cA4WlY0jVV6mpxhzVE65uLuWPg=";
};
build-system = [