python: dask: 0.18.2 -> 0.20.0

This commit is contained in:
Frederik Rietdijk 2018-11-04 11:34:56 +01:00
parent 496d753169
commit 0ba38d37a8
1 changed files with 2 additions and 2 deletions

View File

@ -12,11 +12,11 @@
buildPythonPackage rec {
pname = "dask";
version = "0.18.2";
version = "0.20.0";
src = fetchPypi {
inherit pname version;
sha256 = "8fba559911788010ecedf58e540004d56d09f7829a1400dd72b74ffedafafabc";
sha256 = "fe48f364ec06b5a32f23358bd17e089e42abebdd341768a13c683d539e12107a";
};
checkInputs = [ pytest ];