python3Packages.holidays: 0.98 -> 0.99

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

Changelog: https://github.com/vacanza/holidays/blob/v0.99/CHANGES.md
This commit is contained in:
Fabian Affolter
2026-06-20 11:03:29 +02:00
parent f573bd3e15
commit 7f8e03191f

View File

@@ -16,14 +16,14 @@
buildPythonPackage (finalAttrs: {
pname = "holidays";
version = "0.98";
version = "0.99";
pyproject = true;
src = fetchFromGitHub {
owner = "vacanza";
repo = "python-holidays";
tag = "v${finalAttrs.version}";
hash = "sha256-miXThSQLiWrw0IfJC5ozJQJmQnNuf1szpNVKBG86LZA=";
hash = "sha256-iIBkusWBwvDI9EMTvf62UVl/N8tlKhasCj/yPBh+lk4=";
};
build-system = [