python3Packages.httpx2: 2.3.0 -> 2.4.0

https://github.com/pydantic/httpx2/blob/v2.4.0/src/httpx2/CHANGELOG.md
This commit is contained in:
Martin Weinelt 2026-06-15 14:47:21 +02:00
commit 15ad0c0621
No known key found for this signature in database
GPG key ID: 87C1E9888F856759

View file

@ -29,7 +29,6 @@
# tests
chardet,
pytestCheckHook,
pytest-httpbin,
pytest-trio,
trustme,
uvicorn,
@ -40,14 +39,14 @@
buildPythonPackage (finalAttrs: {
pname = "httpx2";
version = "2.3.0";
version = "2.4.0";
pyproject = true;
src = fetchFromGitHub {
owner = "pydantic";
repo = "httpx2";
tag = "v${finalAttrs.version}";
hash = "sha256-cW6meHx6VBMz5r/lXCKKK7Sq4e2nk+n1A5YTNtR2kB4=";
hash = "sha256-T5As4cdZRHkWszzaDZX8G8Z35TkaBsB/oy92FtOhuBY=";
};
postPatch = ''