python: distributed: 2.9.3 -> 2.18.0

This commit is contained in:
Frederik Rietdijk 2020-06-06 08:47:04 +02:00
parent 1058bcccc0
commit 115829f78d

View File

@ -27,12 +27,12 @@
buildPythonPackage rec {
pname = "distributed";
version = "2.9.3";
version = "2.18.0";
# get full repository need conftest.py to run tests
src = fetchPypi {
inherit pname version;
sha256 = "70e29fed075270df4ca7dda2b26a79523b753fe90fb278b2a7d6b0290ba53d9a";
sha256 = "902f098fb7558f035333804a5aeba2fb26a2a715388808205a17cbb2e02e0558";
};
checkInputs = [ pytest pytest-repeat pytest-timeout mock joblib ];