python312Packages.yarl: 1.9.4 -> 1.13.1, python312Packages.aiohttp: 3.10.5 -> 3.10.7, python312Packages.aiohappyeyeballs: 2.3.6 -> 2.4.2 (#339112)

This commit is contained in:
Martin Weinelt
2024-09-28 22:27:29 +02:00
committed by GitHub
4 changed files with 27 additions and 20 deletions
@@ -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 = [