python312Packages.aiohttp: 3.11.2 -> 3.11.9
https://github.com/aio-libs/aiohttp/releases/tag/v3.11.3 https://github.com/aio-libs/aiohttp/releases/tag/v3.11.4 https://github.com/aio-libs/aiohttp/releases/tag/v3.11.5 https://github.com/aio-libs/aiohttp/releases/tag/v3.11.6 https://github.com/aio-libs/aiohttp/releases/tag/v3.11.7 https://github.com/aio-libs/aiohttp/releases/tag/v3.11.8 https://github.com/aio-libs/aiohttp/releases/tag/v3.11.9
This commit is contained in:
@@ -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 = [
|
||||
|
||||
Reference in New Issue
Block a user