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