From 8d8735fcdb037aaf7f63df9000ea679ad82a6971 Mon Sep 17 00:00:00 2001 From: Martin Weinelt Date: Sun, 19 Jan 2025 21:14:06 +0100 Subject: [PATCH] python3Packages.aiohttp-retry: 2.9.0 -> 2.9.1 https://github.com/inyutin/aiohttp_retry/releases/tag/v2.9.1 --- pkgs/development/python-modules/aiohttp-retry/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/development/python-modules/aiohttp-retry/default.nix b/pkgs/development/python-modules/aiohttp-retry/default.nix index 86d44c375b35..a94e4d8b4646 100644 --- a/pkgs/development/python-modules/aiohttp-retry/default.nix +++ b/pkgs/development/python-modules/aiohttp-retry/default.nix @@ -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 ]; };