python3Packages.aiohttp: 3.12.14 -> 3.12.15

https://docs.aiohttp.org/en/v3.12.15/changes.html
This commit is contained in:
Martin Weinelt
2025-08-09 18:57:43 +02:00
parent d11811eabe
commit de9ac42892
@@ -50,14 +50,14 @@
buildPythonPackage rec {
pname = "aiohttp";
version = "3.12.14";
version = "3.12.15";
pyproject = true;
src = fetchFromGitHub {
owner = "aio-libs";
repo = "aiohttp";
tag = "v${version}";
hash = "sha256-KPPxP6x/3sz2mDJNswh/xPatcMtVdYv3aArg//7tSao=";
hash = "sha256-nVDGSbzjCdyJFCsHq8kJigNA4vGs4Pg1Vyyvw+gKg2w=";
};
patches = lib.optionals (!lib.meta.availableOn stdenv.hostPlatform isa-l) [