python313Packages.aiohttp: 3.11.0 -> 3.11.2

https://github.com/aio-libs/aiohttp/blob/v3.11.2/CHANGES.rst
This commit is contained in:
Martin Weinelt
2024-11-18 19:24:11 +01:00
parent 6297a64a36
commit 98d9ddb0ef
@@ -46,7 +46,7 @@
buildPythonPackage rec {
pname = "aiohttp";
version = "3.11.0";
version = "3.11.2";
pyproject = true;
disabled = pythonOlder "3.8";
@@ -55,7 +55,7 @@ buildPythonPackage rec {
owner = "aio-libs";
repo = "aiohttp";
rev = "refs/tags/v${version}";
hash = "sha256-/BtXCB50zy+s8ZLdSumsIDy8JFyk+WgUN2hUgduasM0=";
hash = "sha256-+a5ok4jg6+eL8uQBqZ6AaaZ1wNqJyh6Fxe08VOoJxNM=";
};
patches = [