tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
luigi: 3.5.0 -> 3.5.1
R. Ryantm
2 years ago
a78ce569
f867779e
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
applications
networking
cluster
luigi
default.nix
+2
-2
pkgs/applications/networking/cluster/luigi/default.nix
···
2
2
3
3
python3.pkgs.buildPythonApplication rec {
4
4
pname = "luigi";
5
5
-
version = "3.5.0";
5
5
+
version = "3.5.1";
6
6
7
7
src = fetchPypi {
8
8
inherit pname version;
9
9
-
sha256 = "sha256-0+3gSWZlXBO8T0c/Y5AmjGLoPExFQNeJNsTxJJbk8Sg=";
9
9
+
sha256 = "sha256-/HkLJ0dRXdGcZz77uOTJrOX0xc3DH45/k9xmfesuxsg=";
10
10
};
11
11
12
12
propagatedBuildInputs = with python3.pkgs; [ python-dateutil tornado python-daemon boto3 tenacity ];