Merge pull request #140002 from r-ryantm/auto-update/python3.8-holidays

python38Packages.holidays: 0.11.3 -> 0.11.3.1
This commit is contained in:
Fabian Affolter 2021-09-30 08:54:55 +02:00 committed by GitHub
commit 04f2cba06f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,12 +12,12 @@
buildPythonPackage rec {
pname = "holidays";
version = "0.11.3";
version = "0.11.3.1";
disabled = pythonOlder "3.6";
src = fetchPypi {
inherit pname version;
sha256 = "b7bff8f9d7090656aee3c54c252c9e356785ee566c67de4af800ddbfa888bc77";
sha256 = "4855afe0ebf428efbcf848477828b889f8515be7f4f15ae26682919369d92774";
};
propagatedBuildInputs = [