python313Packages.threadpoolctl: 3.5.0 -> 3.6.0

https://github.com/joblib/threadpoolctl/compare/refs/tags/3.5.0...3.6.0
This commit is contained in:
Martin Weinelt
2025-04-03 23:10:40 +02:00
parent 1f7f3c2870
commit 14415d7312
@@ -11,7 +11,7 @@
buildPythonPackage rec {
pname = "threadpoolctl";
version = "3.5.0";
version = "3.6.0";
disabled = pythonOlder "3.6";
format = "pyproject";
@@ -20,7 +20,7 @@ buildPythonPackage rec {
owner = "joblib";
repo = pname;
tag = version;
hash = "sha256-XFgiCfcHwzjsjPDKask1X4JHTx1xeHfIFeSJWtbgJmU=";
hash = "sha256-yICErKIHc9XKiWg9C9EH0il9zhbbkGntw6mlYDibr9g=";
};
nativeBuildInputs = [ flit-core ];