python310Packages.holidays: 0.21 -> 0.21.13

Changelog: https://github.com/dr-prodigy/python-holidays/blob/v.0.21.13/CHANGES
This commit is contained in:
Fabian Affolter
2023-04-01 23:56:18 +02:00
parent 6b66352ef7
commit c819f0adc7
@@ -11,7 +11,7 @@
buildPythonPackage rec {
pname = "holidays";
version = "0.21";
version = "0.21.13";
format = "setuptools";
disabled = pythonOlder "3.7";
@@ -46,3 +46,4 @@ buildPythonPackage rec {
maintainers = with maintainers; [ jluttine ];
};
}