Merge pull request #184306 from bcdarwin/update-threadpoolctl
python3Packages.threadpoolctl: 3.0.0 -> 3.1.0
This commit is contained in:
commit
d7b6269cd2
@ -10,7 +10,7 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "threadpoolctl";
|
||||
version = "3.0.0";
|
||||
version = "3.1.0";
|
||||
|
||||
disabled = pythonOlder "3.6";
|
||||
format = "flit";
|
||||
@ -19,7 +19,7 @@ buildPythonPackage rec {
|
||||
owner = "joblib";
|
||||
repo = pname;
|
||||
rev = version;
|
||||
sha256 = "02zccsiq4gvawy7q2fh3m3hvr40hl2ylmwwny6dv0lqsr2iwgnmn";
|
||||
sha256 = "sha256-/qt7cgFbvpc1BLZC7a4S0RToqSggKXAqF1Xr6xOqzw8=";
|
||||
};
|
||||
|
||||
checkInputs = [ pytestCheckHook numpy scipy ];
|
||||
|
Loading…
Reference in New Issue
Block a user