diff --git a/pkgs/development/python-modules/multidict/default.nix b/pkgs/development/python-modules/multidict/default.nix index a5901889fd61..3a580edbad66 100644 --- a/pkgs/development/python-modules/multidict/default.nix +++ b/pkgs/development/python-modules/multidict/default.nix @@ -2,8 +2,9 @@ lib, fetchFromGitHub, buildPythonPackage, - pytest-cov-stub, pytestCheckHook, + pytest-codspeed, + pytest-cov-stub, pythonOlder, setuptools, typing-extensions, @@ -11,7 +12,7 @@ buildPythonPackage rec { pname = "multidict"; - version = "6.1.0"; + version = "6.2.0"; disabled = pythonOlder "3.8"; @@ -21,7 +22,7 @@ buildPythonPackage rec { owner = "aio-libs"; repo = "multidict"; tag = "v${version}"; - hash = "sha256-rvL1XzMNBVBlElE5wznecL3Ku9h4tG9VeqGRd04iPXw="; + hash = "sha256-eiTD6vMSLMLlDmVwht6ZdGTHlyC62W4ecdiuhfJNaMQ="; }; postPatch = '' @@ -37,8 +38,9 @@ buildPythonPackage rec { ]; nativeCheckInputs = [ - pytest-cov-stub pytestCheckHook + pytest-codspeed + pytest-cov-stub ]; preCheck = ''