python310Packages.aiohttp: 3.8.3 -> 3.8.4

Changelog: https://github.com/aio-libs/aiohttp/blob/v3.8.4/CHANGES.rst
This commit is contained in:
Robert Schütz 2023-02-12 18:31:47 -08:00 committed by Martin Weinelt
parent 03b73034ed
commit 5a6143b663

View File

@ -30,14 +30,14 @@
buildPythonPackage rec {
pname = "aiohttp";
version = "3.8.3";
version = "3.8.4";
format = "pyproject";
disabled = pythonOlder "3.6";
src = fetchPypi {
inherit pname version;
sha256 = "3828fb41b7203176b82fe5d699e0d845435f2374750a44b480ea6b930f6be269";
hash = "sha256-vy4akWLB5EG/gFof0WbiSdV0ygTgOzT5fikodp6Rq1w=";
};
patches = [
@ -119,6 +119,7 @@ buildPythonPackage rec {
'';
meta = with lib; {
changelog = "https://github.com/aio-libs/aiohttp/blob/v${version}/CHANGES.rst";
description = "Asynchronous HTTP Client/Server for Python and asyncio";
license = licenses.asl20;
homepage = "https://github.com/aio-libs/aiohttp";