luigi: 3.5.0 -> 3.5.1

+2 -2
+2 -2
pkgs/applications/networking/cluster/luigi/default.nix
··· 2 3 python3.pkgs.buildPythonApplication rec { 4 pname = "luigi"; 5 - version = "3.5.0"; 6 7 src = fetchPypi { 8 inherit pname version; 9 - sha256 = "sha256-0+3gSWZlXBO8T0c/Y5AmjGLoPExFQNeJNsTxJJbk8Sg="; 10 }; 11 12 propagatedBuildInputs = with python3.pkgs; [ python-dateutil tornado python-daemon boto3 tenacity ];
··· 2 3 python3.pkgs.buildPythonApplication rec { 4 pname = "luigi"; 5 + version = "3.5.1"; 6 7 src = fetchPypi { 8 inherit pname version; 9 + sha256 = "sha256-/HkLJ0dRXdGcZz77uOTJrOX0xc3DH45/k9xmfesuxsg="; 10 }; 11 12 propagatedBuildInputs = with python3.pkgs; [ python-dateutil tornado python-daemon boto3 tenacity ];