Skip to content

Commit

Permalink
luigi: 3.0.0 -> 3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Jul 24, 2020
1 parent ce55b09 commit 3b0da63
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/networking/cluster/luigi/default.nix
Expand Up @@ -2,11 +2,11 @@

python3Packages.buildPythonApplication rec {
pname = "luigi";
version = "3.0.0";
version = "3.0.1";

src = python3Packages.fetchPypi {
inherit pname version;
sha256 = "1km9fnq4pf0iqqcmz94idm0zb3l92zinz0bn6ip86xqhchafd4vf";
sha256 = "02c480f5pjgqsvqnkaw7f6n4nhdspmhq5w7lw8sgg2v3jghg8n7i";
};

propagatedBuildInputs = with python3Packages; [ dateutil tornado_4 python-daemon boto3 ];
Expand Down

0 comments on commit 3b0da63

Please sign in to comment.