mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-h11: Update to 0.16.0.
* gnu/packages/python-web.scm (python-h11): Update to 0.16.0. [native-inputs]: Remove python-wheel. Change-Id: I111d5fdc2c46ad9b48a92b0b1f906b57ec04290a
This commit is contained in:
parent
d348f3f21f
commit
8fd7045311
1 changed files with 3 additions and 3 deletions
|
@ -2992,16 +2992,16 @@ for use in Python programs that implement HTTP/2.")
|
||||||
(define-public python-h11
|
(define-public python-h11
|
||||||
(package
|
(package
|
||||||
(name "python-h11")
|
(name "python-h11")
|
||||||
(version "0.14.0")
|
(version "0.16.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "h11" version))
|
(uri (pypi-uri "h11" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "17b97c56y31hi0n0x0cb5a87x4xr9jijf2y06pzj0977k6zgn6cg"))))
|
(base32 "1wazxq4b4jg5001h5ypvz9pvrg80pagyd1aqm962wya5rxbbjdaf"))))
|
||||||
(build-system pyproject-build-system)
|
(build-system pyproject-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list python-pytest python-setuptools python-wheel))
|
(list python-pytest python-setuptools))
|
||||||
(home-page "https://github.com/python-hyper/h11")
|
(home-page "https://github.com/python-hyper/h11")
|
||||||
(synopsis "Pure-Python, bring-your-own-I/O implementation of HTTP/1.1")
|
(synopsis "Pure-Python, bring-your-own-I/O implementation of HTTP/1.1")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue