python310Packages.holidays: 0.15 -> 0.16

This commit is contained in:
R. Ryantm 2022-09-17 03:05:43 +00:00
parent d9a1414346
commit 7d99324f9e

View file

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