python3Packages.aiohttp: 3.13.3 -> 3.13.4 (#504739)

This commit is contained in:
dotlambda
2026-03-31 03:12:10 +00:00
committed by GitHub
@@ -50,14 +50,14 @@
buildPythonPackage rec {
pname = "aiohttp";
version = "3.13.3";
version = "3.13.4";
pyproject = true;
src = fetchFromGitHub {
owner = "aio-libs";
repo = "aiohttp";
tag = "v${version}";
hash = "sha256-V+digrfigdA3hwd2xW47BACh3r07j6pGE8WFAGivZnA=";
hash = "sha256-/MpN8Lvdm6ZN18eLip0YXHEFzJqRsWWyx1HHfqTmjqA=";
};
postPatch = ''