python312Packages.aiohttp: 3.10.7 -> 3.10.8

https://github.com/aio-libs/aiohttp/blob/v3.10.8/CHANGES.rst
This commit is contained in:
Martin Weinelt
2024-10-13 11:02:53 +02:00
parent 7e980faf9c
commit 7810555fda
@@ -39,7 +39,7 @@
buildPythonPackage rec {
pname = "aiohttp";
version = "3.10.7";
version = "3.10.8";
pyproject = true;
disabled = pythonOlder "3.8";
@@ -48,7 +48,7 @@ buildPythonPackage rec {
owner = "aio-libs";
repo = "aiohttp";
rev = "refs/tags/v${version}";
hash = "sha256-UOsWC5P/KT5YMzkAM6WuoOum30b8s4sgSUgR6EskHy0=";
hash = "sha256-ksvGRzar1Gp+86WrRFwyHoEdthyzvaAbyubdIhON/sk=";
};
patches = [