Merge pull request #98804 from r-ryantm/auto-update/luigi

luigi: 3.0.1 -> 3.0.2
This commit is contained in:
Benjamin Hipple 2020-09-25 20:19:08 -04:00 committed by GitHub
commit b07855fa46
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,11 +9,11 @@ let
}; };
in with python.pkgs; buildPythonApplication rec { in with python.pkgs; buildPythonApplication rec {
pname = "luigi"; pname = "luigi";
version = "3.0.1"; version = "3.0.2";
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
sha256 = "02c480f5pjgqsvqnkaw7f6n4nhdspmhq5w7lw8sgg2v3jghg8n7i"; sha256 = "b4b1ccf086586d041d7e91e68515d495c550f30e4d179d63863fea9ccdbb78eb";
}; };
propagatedBuildInputs = [ dateutil tornado_5 python-daemon boto3 ]; propagatedBuildInputs = [ dateutil tornado_5 python-daemon boto3 ];