python3Packages.threadpoolctl: 3.0.0 -> 3.1.0

This commit is contained in:
Ben Darwin 2022-07-31 13:43:22 -04:00
parent 58de79e9a6
commit 067ebaa7df

View File

@ -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 ];