python313Packages.holidays: 0.78 -> 0.79 (#435234)

This commit is contained in:
Fabian Affolter
2025-08-20 20:49:24 +02:00
committed by GitHub
@@ -14,7 +14,7 @@
buildPythonPackage rec {
pname = "holidays";
version = "0.78";
version = "0.79";
pyproject = true;
disabled = pythonOlder "3.8";
@@ -23,7 +23,7 @@ buildPythonPackage rec {
owner = "vacanza";
repo = "python-holidays";
tag = "v${version}";
hash = "sha256-THZg1125rN5HLoiw7xMiKwSNcKzXZgXL8DkbnCMiJ/c=";
hash = "sha256-z1baUtD+GFPSRi8siT5X5QSSU2enC0cfnzNwYLHcWTQ=";
};
build-system = [