python37Packages.distributed: 2.3.0 -> 2.4.0

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-distributed/versions
This commit is contained in:
R. RyanTM 2019-09-27 22:03:46 -07:00
parent 96ac71d680
commit c5791b4772

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