python313Packages.httpcore: 1.0.6 -> 1.0.7

https://github.com/encode/httpcore/blob/1.0.7/CHANGELOG.md
This commit is contained in:
Martin Weinelt
2025-01-27 10:54:19 +01:00
parent bda5d6d3b1
commit 3d3b3489f5
@@ -24,7 +24,7 @@
buildPythonPackage rec {
pname = "httpcore";
version = "1.0.6";
version = "1.0.7";
pyproject = true;
disabled = pythonOlder "3.8";
@@ -33,7 +33,7 @@ buildPythonPackage rec {
owner = "encode";
repo = "httpcore";
tag = version;
hash = "sha256-sF/ymIoEnqWRX9b8knojIw+ySci/obXSttaNJLb+/nE=";
hash = "sha256-hEGKYJnsTjygRu++lNrPWfx/xiUR7Cp+DTUVPa0m5fM=";
};
build-system = [