python-multiprocessing: init at 2.6.2.1

This commit is contained in:
Guillaume Maudoux 2015-08-12 00:00:59 +02:00
parent 0db8e6c792
commit 00abee22be
1 changed files with 9 additions and 0 deletions

View File

@ -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 {
name = "munkres-1.0.6";