Merge pull request #69769 from r-ryantm/auto-update/python3.7-distributed

python37Packages.distributed: 2.3.0 -> 2.4.0
This commit is contained in:
Ryan Mulligan 2019-09-29 11:26:43 -07:00 committed by GitHub
commit 8489274186
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -28,12 +28,12 @@
buildPythonPackage rec {
pname = "distributed";
version = "2.3.0";
version = "2.4.0";
# get full repository need conftest.py to run tests
src = fetchPypi {
inherit pname version;
sha256 = "15lb6fz3739nkyxi1igzm5p2lk40digkc9fkzjqx1jpymfac9dwl";
sha256 = "1cz7n84g8dgx3cs28qnrh1sd6lka9lx8llysxa6mxyz6wf3ngl9h";
};
checkInputs = [ pytest pytest-repeat pytest-faulthandler pytest-timeout mock joblib ];