luigi: 3.5.1 -> 3.5.2

This commit is contained in:
R. Ryantm
2024-09-05 21:54:24 +00:00
parent 0cd0de72ec
commit 9eb4a94051
@@ -2,11 +2,11 @@
python3.pkgs.buildPythonApplication rec {
pname = "luigi";
version = "3.5.1";
version = "3.5.2";
src = fetchPypi {
inherit pname version;
hash = "sha256-/HkLJ0dRXdGcZz77uOTJrOX0xc3DH45/k9xmfesuxsg=";
hash = "sha256-0AD+am6nfJN2Z0/oegRawAw/z36+hBRlWgZjCqnbURE=";
};
propagatedBuildInputs = with python3.pkgs; [ python-dateutil tornado python-daemon boto3 tenacity ];