Merge pull request #300000 from r-ryantm/auto-update/python312Packages.threadpoolctl

python312Packages.threadpoolctl: 3.3.0 -> 3.4.0
This commit is contained in:
Adam C. Stephens 2024-04-01 16:04:00 -04:00 committed by GitHub
commit b399a09e3b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "threadpoolctl";
version = "3.3.0";
version = "3.4.0";
disabled = pythonOlder "3.6";
format = "pyproject";
@ -19,7 +19,7 @@ buildPythonPackage rec {
owner = "joblib";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-mdOZcplqXrkKlL/SXipJg6A9Dh1lXGEHszBLGH/kxqs=";
hash = "sha256-nWaBhiFw76azx6dV4I18XodiUnHiLb0gNNhXks6iHIg=";
};
nativeBuildInputs = [