python313Packages.aiohttp: 3.11.13 -> 3.11.14

https://github.com/aio-libs/aiohttp/blob/v3.11.14/CHANGES.rst
This commit is contained in:
Martin Weinelt
2025-04-03 23:10:23 +02:00
parent 9139d9faca
commit 8b31b73698
@@ -45,14 +45,14 @@
buildPythonPackage rec {
pname = "aiohttp";
version = "3.11.13";
version = "3.11.14";
pyproject = true;
src = fetchFromGitHub {
owner = "aio-libs";
repo = "aiohttp";
tag = "v${version}";
hash = "sha256-VY7Q8m1mOppI/sUgL0Zy/jisR/Vy3zZQBMhgrBYophs=";
hash = "sha256-kolGM7jFd1U6Z5/PYL8FBs8yJI9o7gCkghtEiaYOtJI=";
};
patches = [