luigi: 3.0.2 -> 3.3.0

kashw2 bb8cb540 9f10c1bb

+3 -3
+3 -3
pkgs/applications/networking/cluster/luigi/default.nix
··· 2 2 3 3 python3.pkgs.buildPythonApplication rec { 4 4 pname = "luigi"; 5 - version = "3.0.2"; 5 + version = "3.3.0"; 6 6 7 7 src = fetchPypi { 8 8 inherit pname version; 9 - sha256 = "b4b1ccf086586d041d7e91e68515d495c550f30e4d179d63863fea9ccdbb78eb"; 9 + sha256 = "sha256-zIZC3rbiLwYB7o34rT3mOagVIbfmY6elBEkZGFrSs1c="; 10 10 }; 11 11 12 - propagatedBuildInputs = with python3.pkgs; [ python-dateutil tornado python-daemon boto3 ]; 12 + propagatedBuildInputs = with python3.pkgs; [ python-dateutil tornado python-daemon boto3 tenacity ]; 13 13 14 14 # Requires tox, hadoop, and google cloud 15 15 doCheck = false;