Loading pkgs/development/python-modules/aiohttp-retry/default.nix +3 −3 Original line number Diff line number Diff line Loading @@ -11,7 +11,7 @@ buildPythonPackage rec { pname = "aiohttp-retry"; version = "2.9.0"; version = "2.9.1"; pyproject = true; disabled = pythonOlder "3.7"; Loading @@ -20,7 +20,7 @@ buildPythonPackage rec { owner = "inyutin"; repo = "aiohttp_retry"; tag = "v${version}"; hash = "sha256-9riIGQDxC+Ee16itSWJWobPkmuy7Mkn2eyTkevIGse8="; hash = "sha256-8S4gjeN8ktdDNd8GUsejaZdCaG/VXYPo0RJpwrrttGQ="; }; build-system = [ setuptools ]; Loading @@ -41,7 +41,7 @@ buildPythonPackage rec { meta = with lib; { description = "Retry client for aiohttp"; homepage = "https://github.com/inyutin/aiohttp_retry"; changelog = "https://github.com/inyutin/aiohttp_retry/releases/tag/v${version}"; changelog = "https://github.com/inyutin/aiohttp_retry/releases/tag/${src.tag}"; license = licenses.mit; maintainers = with maintainers; [ fab ]; }; Loading Loading
pkgs/development/python-modules/aiohttp-retry/default.nix +3 −3 Original line number Diff line number Diff line Loading @@ -11,7 +11,7 @@ buildPythonPackage rec { pname = "aiohttp-retry"; version = "2.9.0"; version = "2.9.1"; pyproject = true; disabled = pythonOlder "3.7"; Loading @@ -20,7 +20,7 @@ buildPythonPackage rec { owner = "inyutin"; repo = "aiohttp_retry"; tag = "v${version}"; hash = "sha256-9riIGQDxC+Ee16itSWJWobPkmuy7Mkn2eyTkevIGse8="; hash = "sha256-8S4gjeN8ktdDNd8GUsejaZdCaG/VXYPo0RJpwrrttGQ="; }; build-system = [ setuptools ]; Loading @@ -41,7 +41,7 @@ buildPythonPackage rec { meta = with lib; { description = "Retry client for aiohttp"; homepage = "https://github.com/inyutin/aiohttp_retry"; changelog = "https://github.com/inyutin/aiohttp_retry/releases/tag/v${version}"; changelog = "https://github.com/inyutin/aiohttp_retry/releases/tag/${src.tag}"; license = licenses.mit; maintainers = with maintainers; [ fab ]; }; Loading