summary refs log tree commit diff
path: root/pkgs/applications/networking/cluster/luigi
diff options
context:
space:
mode:
authorkashw2 <supra4keanu@hotmail.com>2023-09-05 19:10:44 +1000
committerkashw2 <supra4keanu@hotmail.com>2023-09-05 19:10:57 +1000
commitbb8cb540743e663765b96ad1010812e3e147a890 (patch)
tree07e653c83e5d2f615d46abd1166a98fe4178ede8 /pkgs/applications/networking/cluster/luigi
parent9f10c1bb7c102b1a340f11f9e9e1361f97c2ae3a (diff)
downloadnixpkgs-bb8cb540743e663765b96ad1010812e3e147a890.tar
nixpkgs-bb8cb540743e663765b96ad1010812e3e147a890.tar.gz
nixpkgs-bb8cb540743e663765b96ad1010812e3e147a890.tar.bz2
nixpkgs-bb8cb540743e663765b96ad1010812e3e147a890.tar.lz
nixpkgs-bb8cb540743e663765b96ad1010812e3e147a890.tar.xz
nixpkgs-bb8cb540743e663765b96ad1010812e3e147a890.tar.zst
nixpkgs-bb8cb540743e663765b96ad1010812e3e147a890.zip
luigi: 3.0.2 -> 3.3.0
Diffstat (limited to 'pkgs/applications/networking/cluster/luigi')
-rw-r--r--pkgs/applications/networking/cluster/luigi/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/networking/cluster/luigi/default.nix b/pkgs/applications/networking/cluster/luigi/default.nix
index 81ddb68b69e..7cbdab0d654 100644
--- a/pkgs/applications/networking/cluster/luigi/default.nix
+++ b/pkgs/applications/networking/cluster/luigi/default.nix
@@ -2,14 +2,14 @@
 
 python3.pkgs.buildPythonApplication rec {
   pname = "luigi";
-  version = "3.0.2";
+  version = "3.3.0";
 
   src = fetchPypi {
     inherit pname version;
-    sha256 = "b4b1ccf086586d041d7e91e68515d495c550f30e4d179d63863fea9ccdbb78eb";
+    sha256 = "sha256-zIZC3rbiLwYB7o34rT3mOagVIbfmY6elBEkZGFrSs1c=";
   };
 
-  propagatedBuildInputs = with python3.pkgs; [ python-dateutil tornado python-daemon boto3 ];
+  propagatedBuildInputs = with python3.pkgs; [ python-dateutil tornado python-daemon boto3 tenacity ];
 
   # Requires tox, hadoop, and google cloud
   doCheck = false;