python313Packages.multidict: 6.2.0 -> 6.2.0

https://github.com/aio-libs/multidict/blob/v6.2.0/CHANGES.rst

+6 -4
+6 -4
pkgs/development/python-modules/multidict/default.nix
··· 2 2 lib, 3 3 fetchFromGitHub, 4 4 buildPythonPackage, 5 + pytestCheckHook, 6 + pytest-codspeed, 5 7 pytest-cov-stub, 6 - pytestCheckHook, 7 8 pythonOlder, 8 9 setuptools, 9 10 typing-extensions, ··· 11 12 12 13 buildPythonPackage rec { 13 14 pname = "multidict"; 14 - version = "6.1.0"; 15 + version = "6.2.0"; 15 16 16 17 disabled = pythonOlder "3.8"; 17 18 ··· 21 22 owner = "aio-libs"; 22 23 repo = "multidict"; 23 24 tag = "v${version}"; 24 - hash = "sha256-rvL1XzMNBVBlElE5wznecL3Ku9h4tG9VeqGRd04iPXw="; 25 + hash = "sha256-eiTD6vMSLMLlDmVwht6ZdGTHlyC62W4ecdiuhfJNaMQ="; 25 26 }; 26 27 27 28 postPatch = '' ··· 37 38 ]; 38 39 39 40 nativeCheckInputs = [ 41 + pytestCheckHook 42 + pytest-codspeed 40 43 pytest-cov-stub 41 - pytestCheckHook 42 44 ]; 43 45 44 46 preCheck = ''