summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/threadpoolctl/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/python-modules/threadpoolctl/default.nix')
-rw-r--r--pkgs/development/python-modules/threadpoolctl/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/threadpoolctl/default.nix b/pkgs/development/python-modules/threadpoolctl/default.nix
index 50dbe491fdf8..a8d3cd41e6a8 100644
--- a/pkgs/development/python-modules/threadpoolctl/default.nix
+++ b/pkgs/development/python-modules/threadpoolctl/default.nix
@@ -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 = [