3
0
Fork 0
forked from mirrors/nixpkgs

dask: 0.7.6 -> 0.9.0

This commit is contained in:
Tom Hunger 2016-05-12 17:01:52 +01:00
parent 5b782924c1
commit d2c6b93892

View file

@ -4584,15 +4584,15 @@ in modules // {
dask = buildPythonPackage rec {
name = "dask-${version}";
version = "0.7.6";
version = "0.9.0";
src = pkgs.fetchurl {
url = "mirror://pypi/d/dask/${name}.tar.gz";
sha256 = "ff27419e059715907afefe6cbcc1f8c748855c7a93be25be211dabcb689cee3b";
sha256 = "1jm6riz6fbbd554i0dg0w1xfcmx3f9ryp4jrlavsy4zambilm6b3";
};
buildInputs = with self; [ pytest ];
propagatedBuildInputs = with self; [numpy toolz dill pandas ];
propagatedBuildInputs = with self; [ numpy toolz dill pandas ];
checkPhase = ''
py.test dask