mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-14 06:00:33 +03:00
python: dask-mpi: 2.0.0 -> 2.21.0
This commit is contained in:
parent
fa6afd2a56
commit
3b7afc29a9
1 changed files with 2 additions and 2 deletions
|
@ -9,12 +9,12 @@
|
||||||
}:
|
}:
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
version = "2.0.0";
|
version = "2.21.0";
|
||||||
pname = "dask-mpi";
|
pname = "dask-mpi";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "774cd2d69e5f7154e1fa133c22498062edd31507ffa2ea19f4ab4d8975c27bc3";
|
sha256 = "76e153fc8c58047d898970b33ede0ab1990bd4e69cc130c6627a96f11b12a1a7";
|
||||||
};
|
};
|
||||||
|
|
||||||
checkInputs = [ pytest requests ];
|
checkInputs = [ pytest requests ];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue