about summary refs log tree commit diff
path: root/pkgs/applications/networking
diff options
context:
space:
mode:
authorWeijia Wang <9713184+wegank@users.noreply.github.com>2024-02-04 23:58:56 +0100
committerGitHub <noreply@github.com>2024-02-04 23:58:56 +0100
commitfd3f1df283d2945cde72d379251c4c4d72a08586 (patch)
treed91d793920a9c425f8be0476b57bb42aa6cd1320 /pkgs/applications/networking
parent9f8f83aec5765fe1f6e5a45e638c57d8f8d4febe (diff)
parentbe3262efc2d995e5e07a949ef4c95bedb4dab3bf (diff)
downloadnixlib-fd3f1df283d2945cde72d379251c4c4d72a08586.tar
nixlib-fd3f1df283d2945cde72d379251c4c4d72a08586.tar.gz
nixlib-fd3f1df283d2945cde72d379251c4c4d72a08586.tar.bz2
nixlib-fd3f1df283d2945cde72d379251c4c4d72a08586.tar.lz
nixlib-fd3f1df283d2945cde72d379251c4c4d72a08586.tar.xz
nixlib-fd3f1df283d2945cde72d379251c4c4d72a08586.tar.zst
nixlib-fd3f1df283d2945cde72d379251c4c4d72a08586.zip
Merge pull request #282427 from r-ryantm/auto-update/luigi
luigi: 3.3.0 -> 3.5.0
Diffstat (limited to 'pkgs/applications/networking')
-rw-r--r--pkgs/applications/networking/cluster/luigi/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/networking/cluster/luigi/default.nix b/pkgs/applications/networking/cluster/luigi/default.nix
index 7cbdab0d654b..32d246f22533 100644
--- a/pkgs/applications/networking/cluster/luigi/default.nix
+++ b/pkgs/applications/networking/cluster/luigi/default.nix
@@ -2,11 +2,11 @@
 
 python3.pkgs.buildPythonApplication rec {
   pname = "luigi";
-  version = "3.3.0";
+  version = "3.5.0";
 
   src = fetchPypi {
     inherit pname version;
-    sha256 = "sha256-zIZC3rbiLwYB7o34rT3mOagVIbfmY6elBEkZGFrSs1c=";
+    sha256 = "sha256-0+3gSWZlXBO8T0c/Y5AmjGLoPExFQNeJNsTxJJbk8Sg=";
   };
 
   propagatedBuildInputs = with python3.pkgs; [ python-dateutil tornado python-daemon boto3 tenacity ];