Unverified Commit 8d8735fc authored by Martin Weinelt's avatar Martin Weinelt
Browse files

python3Packages.aiohttp-retry: 2.9.0 -> 2.9.1

parent e2ad06ea
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -11,7 +11,7 @@

buildPythonPackage rec {
  pname = "aiohttp-retry";
  version = "2.9.0";
  version = "2.9.1";
  pyproject = true;

  disabled = pythonOlder "3.7";
@@ -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 ];
@@ -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 ];
  };