python312Packages.aiohttp: 3.9.4 -> 3.9.5

https://github.com/aio-libs/aiohttp/blob/v3.9.5/CHANGES.rst
This commit is contained in:
Martin Weinelt
2024-04-22 14:02:18 +02:00
parent 1fb1155ff7
commit 9456fea429
@@ -30,7 +30,7 @@
buildPythonPackage rec {
pname = "aiohttp";
version = "3.9.4";
version = "3.9.5";
pyproject = true;
disabled = pythonOlder "3.8";
@@ -39,7 +39,7 @@ buildPythonPackage rec {
owner = "aio-libs";
repo = "aiohttp";
rev = "refs/tags/v${version}";
hash = "sha256-coONsU2p7+A93O0I1YYFunwMIvKuuI5az3gJbb/Qgv0=";
hash = "sha256-FRtirmwgU8v+ee3db7rOFsmy0rNW8A7+yRZC5d6uYNA=";
};
patches = [