python-multiprocessing: init at 2.6.2.1
This commit is contained in:
parent
0db8e6c792
commit
00abee22be
@ -8112,6 +8112,15 @@ let
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
multiprocessing = buildPythonPackage rec {
|
||||||
|
name = "multiprocessing-2.6.2.1";
|
||||||
|
|
||||||
|
src = pkgs.fetchurl {
|
||||||
|
url = "https://pypi.python.org/packages/source/m/multiprocessing/${name}.tar.gz";
|
||||||
|
md5 = "5cc484396c040102116ccc2355379c72";
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
munkres = buildPythonPackage rec {
|
munkres = buildPythonPackage rec {
|
||||||
name = "munkres-1.0.6";
|
name = "munkres-1.0.6";
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user