Merge pull request #191598 from r-ryantm/auto-update/python310Packages.holidays

python310Packages.holidays: 0.15 -> 0.16
This commit is contained in:
Jonas Heinrich 2022-09-19 14:37:09 +02:00 committed by GitHub
commit 75dc8da20c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 = [