mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
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:
parent
71bf5cc8cb
commit
15ad0c0621
1 changed files with 2 additions and 3 deletions
|
|
@ -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 = ''
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue