Merge pull request #224281 from fabaff/holidays-bump

python310Packages.holidays: 0.21 -> 0.21.13
This commit is contained in:
Fabian Affolter
2023-04-02 10:25:10 +02:00
committed by GitHub
@@ -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 ];
};
}