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

luigi: 3.5.0 -> 3.5.1

authored by Nick Cao and committed by GitHub 9f58b08e a8348b39

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