python312Packages.httpcore: 1.0.5 -> 1.0.6

Diff: https://github.com/encode/httpcore/compare/refs/tags/1.0.5...1.0.6

Changelog: https://github.com/encode/httpcore/blob/1.0.6/CHANGELOG.md
This commit is contained in:
Fabian Affolter 2024-10-01 23:29:00 +02:00 committed by Martin Weinelt
parent 8f2c131005
commit bc2e146e6f

View File

@ -24,7 +24,7 @@
buildPythonPackage rec {
pname = "httpcore";
version = "1.0.5";
version = "1.0.6";
pyproject = true;
disabled = pythonOlder "3.8";
@ -33,15 +33,15 @@ buildPythonPackage rec {
owner = "encode";
repo = "httpcore";
rev = "refs/tags/${version}";
hash = "sha256-05jYLrBiPRg1qQEz8mRvYJKHFsfneh7z9yHIXuYYa5o=";
hash = "sha256-sF/ymIoEnqWRX9b8knojIw+ySci/obXSttaNJLb+/nE=";
};
nativeBuildInputs = [
build-system = [
hatchling
hatch-fancy-pypi-readme
];
propagatedBuildInputs = [
dependencies = [
certifi
h11
];