python312Packages.httpx-aiohttp: 0.1.8 -> 0.1.9

This commit is contained in:
Sarah Clark
2025-10-19 19:13:06 -07:00
parent 257a3033d4
commit 13398d0858
@@ -9,14 +9,14 @@
buildPythonPackage rec {
pname = "httpx-aiohttp";
version = "0.1.8";
version = "0.1.9";
pyproject = true;
src = fetchFromGitHub {
owner = "karpetrosyan";
repo = "httpx-aiohttp";
tag = version;
hash = "sha256-Fdu8aKsXWggRkc/512OBEiEwWNAajrhjfG/+v4+cows=";
hash = "sha256-XngJwwolGsiT5AAsDvyQWOi4VEp7ItMdqeoQG6cyDlk=";
fetchSubmodules = true;
};