python-joblib: init at 0.9.0b4
This commit is contained in:
parent
2b71fdbbc3
commit
09cdafcb5b
@ -4912,6 +4912,21 @@ let
|
||||
};
|
||||
|
||||
|
||||
joblib = buildPythonPackage rec {
|
||||
name = "joblib-${version}";
|
||||
version = "0.9.0b4";
|
||||
src = pkgs.fetchurl {
|
||||
url = https://pypi.python.org/packages/source/j/joblib/joblib-0.9.0b4.tar.gz;
|
||||
md5 = "e0d79a085d4773c7a61cd38b4fb6dad5";
|
||||
};
|
||||
|
||||
buildInputs = with self; with pkgs; [ ];
|
||||
|
||||
propagatedBuildInputs = with self; [ ];
|
||||
|
||||
};
|
||||
|
||||
|
||||
hypatia = buildPythonPackage rec {
|
||||
name = "hypatia-0.3";
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user