python3Packages.aiohttp-retry: 2.9.0 -> 2.9.1

https://github.com/inyutin/aiohttp_retry/releases/tag/v2.9.1
This commit is contained in:
Martin Weinelt
2025-01-27 10:54:32 +01:00
parent e2ad06eaaa
commit 8d8735fcdb
@@ -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 ];
};