mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-httpx: Update to 0.27.2.
* gnu/packages/python-web.scm (python-httpx): Update to 0.27.2. [native-inputs]: Add python-zstandard. Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
parent
a0e5d191c0
commit
7d46ec3e7a
1 changed files with 4 additions and 3 deletions
|
@ -6925,7 +6925,7 @@ Some things HTTP Core does do:
|
||||||
(define-public python-httpx
|
(define-public python-httpx
|
||||||
(package
|
(package
|
||||||
(name "python-httpx")
|
(name "python-httpx")
|
||||||
(version "0.24.1")
|
(version "0.27.2")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
;; PyPI tarball does not contain tests.
|
;; PyPI tarball does not contain tests.
|
||||||
|
@ -6935,7 +6935,7 @@ Some things HTTP Core does do:
|
||||||
(commit version)))
|
(commit version)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "121cnzp5jq638wrvfmxa9q0rwank7q6v5fi1lnih50fd5219yvm8"))))
|
(base32 "1jd5w3nhpvrbj66nk2njvfnk0g1mkxivwa52j2yyhcna1xafsk1p"))))
|
||||||
(build-system pyproject-build-system)
|
(build-system pyproject-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(list
|
||||||
|
@ -6967,7 +6967,8 @@ Some things HTTP Core does do:
|
||||||
python-trustme
|
python-trustme
|
||||||
python-uvicorn
|
python-uvicorn
|
||||||
python-setuptools
|
python-setuptools
|
||||||
python-wheel))
|
python-wheel
|
||||||
|
python-zstandard))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list python-charset-normalizer
|
(list python-charset-normalizer
|
||||||
python-brotli
|
python-brotli
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue