Merge pull request #80767 from r-ryantm/auto-update/luigi

luigi: 2.8.11 -> 2.8.12
This commit is contained in:
Mario Rodas 2020-02-22 10:59:37 -05:00 committed by GitHub
commit 31ebc35e0a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 ];