python3Packages.aiohttp: 3.13.2 -> 3.13.3

Diff: https://github.com/aio-libs/aiohttp/compare/v3.13.2...v3.13.3

Changelog: https://docs.aiohttp.org/en/v3.13.3/changes.html
This commit is contained in:
Robert Schütz
2026-01-05 02:22:36 -08:00
parent ce16cbe515
commit 28a7d239f8
@@ -51,14 +51,14 @@
buildPythonPackage rec {
pname = "aiohttp";
version = "3.13.2";
version = "3.13.3";
pyproject = true;
src = fetchFromGitHub {
owner = "aio-libs";
repo = "aiohttp";
tag = "v${version}";
hash = "sha256-LqYGrrWgSZazk0hjQvTFwqtU/PtMEaPi+m1Ya8Ds+pU=";
hash = "sha256-V+digrfigdA3hwd2xW47BACh3r07j6pGE8WFAGivZnA=";
};
postPatch = ''