python3Packages.joblib: 1.0.0 -> 1.0.1
This commit is contained in:
parent
3665a6b41c
commit
b26fbe7af3
@ -13,12 +13,12 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "joblib";
|
pname = "joblib";
|
||||||
version = "1.0.0";
|
version = "1.0.1";
|
||||||
disabled = pythonOlder "3.7";
|
disabled = pythonOlder "3.7";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "092bnvr724cfvka8267z687bf086fvm7i1hwslkyrzf1g836dn3s";
|
sha256 = "9c17567692206d2f3fb9ecf5e991084254fe631665c450b443761c4186a613f7";
|
||||||
};
|
};
|
||||||
|
|
||||||
checkInputs = [ sphinx numpydoc pytestCheckHook ];
|
checkInputs = [ sphinx numpydoc pytestCheckHook ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user