Robert Schütz
2024-09-28 12:35:01 +02:00
committed by Martin Weinelt
parent 2c2d719857
commit 78e1585d77
@@ -39,7 +39,7 @@
buildPythonPackage rec {
pname = "aiohttp";
version = "3.10.5";
version = "3.10.7";
pyproject = true;
disabled = pythonOlder "3.8";
@@ -48,7 +48,7 @@ buildPythonPackage rec {
owner = "aio-libs";
repo = "aiohttp";
rev = "refs/tags/v${version}";
hash = "sha256-HN2TJ8hVbClakV3ldTOn3wbrhCuf2Qn9EjWCSlSyJpw=";
hash = "sha256-UOsWC5P/KT5YMzkAM6WuoOum30b8s4sgSUgR6EskHy0=";
};
patches = [