From 067ebaa7df93c797b6c488d157f197bc58449ef5 Mon Sep 17 00:00:00 2001 From: Ben Darwin Date: Sun, 31 Jul 2022 13:43:22 -0400 Subject: [PATCH] python3Packages.threadpoolctl: 3.0.0 -> 3.1.0 --- pkgs/development/python-modules/threadpoolctl/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/threadpoolctl/default.nix b/pkgs/development/python-modules/threadpoolctl/default.nix index 2c85c15ebdd3..3a0b523784a3 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.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 ];