about summary refs log tree commit diff
path: root/pkgs/applications/networking/cluster
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2020-02-22 10:59:37 -0500
committerGitHub <noreply@github.com>2020-02-22 10:59:37 -0500
commit31ebc35e0a1416ce9031465ff0e80080e3e1e333 (patch)
tree45478cc6c9e47dfa7c950f8420ee122e060b861e /pkgs/applications/networking/cluster
parentf084468d942cc78de85c0e950de0b7da670f01ae (diff)
parent08191abfa5375f1929cc4348728e7d369244033f (diff)
downloadnixlib-31ebc35e0a1416ce9031465ff0e80080e3e1e333.tar
nixlib-31ebc35e0a1416ce9031465ff0e80080e3e1e333.tar.gz
nixlib-31ebc35e0a1416ce9031465ff0e80080e3e1e333.tar.bz2
nixlib-31ebc35e0a1416ce9031465ff0e80080e3e1e333.tar.lz
nixlib-31ebc35e0a1416ce9031465ff0e80080e3e1e333.tar.xz
nixlib-31ebc35e0a1416ce9031465ff0e80080e3e1e333.tar.zst
nixlib-31ebc35e0a1416ce9031465ff0e80080e3e1e333.zip
Merge pull request #80767 from r-ryantm/auto-update/luigi
luigi: 2.8.11 -> 2.8.12
Diffstat (limited to 'pkgs/applications/networking/cluster')
-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 def13e2b9d06..af20be1b0da6 100644
--- a/pkgs/applications/networking/cluster/luigi/default.nix
+++ b/pkgs/applications/networking/cluster/luigi/default.nix
@@ -2,11 +2,11 @@
 
 python3Packages.buildPythonApplication rec {
   pname = "luigi";
-  version = "2.8.11";
+  version = "2.8.12";
 
   src = python3Packages.fetchPypi {
     inherit pname version;
-    sha256 = "17nc5xrqp6hp3ayscvdpsiiga8gsfpa4whsk0n97gzk5qpndrcy2";
+    sha256 = "1p83mxqs7w5v27a58ps7wji5mlyfz66cpkbyrndix0pv9hdyzpxn";
   };
 
   propagatedBuildInputs = with python3Packages; [ dateutil tornado_4 python-daemon boto3 ];