python3Packages.httpcore2: 2.4.0 -> 2.5.0

https://github.com/pydantic/httpx2/blob/v2.5.0/src/httpcore2/CHANGELOG.md
This commit is contained in:
Martin Weinelt
2026-07-11 23:23:07 +02:00
parent e84a374a8f
commit d7069577cd

View File

@@ -29,14 +29,14 @@
buildPythonPackage (finalAttrs: {
pname = "httpcore2";
version = "2.4.0";
version = "2.5.0";
pyproject = true;
src = fetchFromGitHub {
owner = "pydantic";
repo = "httpx2";
tag = "v${finalAttrs.version}";
hash = "sha256-T5As4cdZRHkWszzaDZX8G8Z35TkaBsB/oy92FtOhuBY=";
hash = "sha256-vIWAUjHPyafbeeUc2OvGpkiOoTj1fTniRnQiKSdkm6s=";
};
postPatch = ''