mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-26 00:43:20 +00:00
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:
parent
8f2c131005
commit
bc2e146e6f
@ -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
|
||||
];
|
||||
|
Loading…
Reference in New Issue
Block a user