python310Packages.holidays: 0.16 -> 0.17

This commit is contained in:
R. Ryantm 2022-11-16 05:17:02 +00:00
parent 733dcaf53d
commit 7cf198ce2e

View File

@ -11,14 +11,14 @@
buildPythonPackage rec {
pname = "holidays";
version = "0.16";
version = "0.17";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-HX9P1rGYApj7uzMWsNV/pvFbUxMHTNrMEqOrk788pc0=";
hash = "sha256-nxa2Dwe+KgPKqj1sqLDWau6JkLcgag0TlM4x+tK0JC4=";
};
propagatedBuildInputs = [