python3Packages.aiohttp: 3.14.0 -> 3.14.1 (#529580)

This commit is contained in:
dotlambda
2026-06-14 00:46:45 +00:00
committed by GitHub
@@ -51,14 +51,14 @@
buildPythonPackage (finalAttrs: {
pname = "aiohttp";
version = "3.14.0";
version = "3.14.1";
pyproject = true;
src = fetchFromGitHub {
owner = "aio-libs";
repo = "aiohttp";
tag = "v${finalAttrs.version}";
hash = "sha256-RRXdDDkQlL7erfYgs4+gSy6GMlVUG7PrDLTQBYJJ1To=";
hash = "sha256-OJSLv/NfVrKESZqNr51FJUzLRz7wLMRdGoNjKC5EhlI=";
};
postPatch = ''