mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 07:13:23 +01:00
python dask: 0.7.0 -> 0.7.5
This commit is contained in:
parent
8d2bcfe2e7
commit
b40264de12
1 changed files with 2 additions and 2 deletions
|
@ -3754,11 +3754,11 @@ in modules // {
|
|||
|
||||
dask = buildPythonPackage rec {
|
||||
name = "dask-${version}";
|
||||
version = "0.7.0";
|
||||
version = "0.7.5";
|
||||
|
||||
src = pkgs.fetchurl {
|
||||
url = "https://pypi.python.org/packages/source/d/dask/${name}.tar.gz";
|
||||
sha256 = "3b48646e9e66ec21a6885700d39ea90e2c2a7ad5d26773a8413b570eb1a67b3e";
|
||||
sha256 = "1csrgfjvq4mlvr7hmgy3a5jczkwpy4jz4jb3c4y45s5fg3y38f3k";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = with self; [numpy toolz dill];
|
||||
|
|
Loading…
Reference in a new issue