Martin Weinelt
2024-12-04 03:33:48 +01:00
parent cd3708337b
commit 90b387699b
@@ -2,7 +2,6 @@
lib,
stdenv,
buildPythonPackage,
pythonOlder,
fetchFromGitHub,
substituteAll,
isPy310,
@@ -46,16 +45,14 @@
buildPythonPackage rec {
pname = "aiohttp";
version = "3.11.2";
version = "3.11.9";
pyproject = true;
disabled = pythonOlder "3.8";
src = fetchFromGitHub {
owner = "aio-libs";
repo = "aiohttp";
rev = "refs/tags/v${version}";
hash = "sha256-+a5ok4jg6+eL8uQBqZ6AaaZ1wNqJyh6Fxe08VOoJxNM=";
hash = "sha256-3pZPiDnAlsKX5kXH9OQzhmkBZ0vD2qiy2lpKdvV2vW8=";
};
patches = [