python3Packages.aiohttp: 3.13.4 -> 3.13.5

Diff: https://github.com/aio-libs/aiohttp/compare/v3.13.4...v3.13.5

Changelog: https://docs.aiohttp.org/en/v3.13.5/changes.html
This commit is contained in:
Robert Schütz
2026-04-07 16:32:04 -07:00
parent 2d38540b44
commit 978ad05cb8
@@ -50,14 +50,14 @@
buildPythonPackage rec {
pname = "aiohttp";
version = "3.13.4";
version = "3.13.5";
pyproject = true;
src = fetchFromGitHub {
owner = "aio-libs";
repo = "aiohttp";
tag = "v${version}";
hash = "sha256-/MpN8Lvdm6ZN18eLip0YXHEFzJqRsWWyx1HHfqTmjqA=";
hash = "sha256-bAP1/a2COHbe+39KY3GHXSo1Iq9x9xX8O2mLhmFlMlE=";
};
postPatch = ''