python310Packages.jsonrpc-async: 2.1.0 -> 2.1.1

+2 -12
+2 -12
pkgs/development/python-modules/jsonrpc-async/default.nix
··· 2 , aiohttp 3 , buildPythonPackage 4 , fetchFromGitHub 5 - , fetchpatch 6 , jsonrpc-base 7 , pytest-aiohttp 8 , pytestCheckHook ··· 11 12 buildPythonPackage rec { 13 pname = "jsonrpc-async"; 14 - version = "2.1.0"; 15 format = "setuptools"; 16 17 disabled = pythonOlder "3.7"; ··· 20 owner = "emlove"; 21 repo = pname; 22 rev = version; 23 - hash = "sha256-Lr8gvQR0Q46b/e1K/XyvqtJo18nBpHjlDdNq4vjCMyU="; 24 }; 25 26 propagatedBuildInputs = [ ··· 31 checkInputs = [ 32 pytest-aiohttp 33 pytestCheckHook 34 - ]; 35 - 36 - patches = [ 37 - # Fix tests with later pytest-aiohttp, https://github.com/emlove/jsonrpc-async/pull/9 38 - (fetchpatch { 39 - name = "support-later-pytest-aiohttp.patch"; 40 - url = "https://github.com/emlove/jsonrpc-async/commit/8b790f23af0d898df90460029d5ba3bcfb0423ed.patch"; 41 - sha256 = "sha256-rthHRF90hywMIbvIHo3Do/uzXKe+STPOoZIa80H4b/g="; 42 - }) 43 ]; 44 45 pytestFlagsArray = [
··· 2 , aiohttp 3 , buildPythonPackage 4 , fetchFromGitHub 5 , jsonrpc-base 6 , pytest-aiohttp 7 , pytestCheckHook ··· 10 11 buildPythonPackage rec { 12 pname = "jsonrpc-async"; 13 + version = "2.1.1"; 14 format = "setuptools"; 15 16 disabled = pythonOlder "3.7"; ··· 19 owner = "emlove"; 20 repo = pname; 21 rev = version; 22 + hash = "sha256-HhesXzxVjhWJkubiBi6sMoXi/zicqn99dqT5bilycS8="; 23 }; 24 25 propagatedBuildInputs = [ ··· 30 checkInputs = [ 31 pytest-aiohttp 32 pytestCheckHook 33 ]; 34 35 pytestFlagsArray = [