gnu: hypercorn: Update to 0.11.2.

* gnu/packages/python-web.scm (hypercorn): Update to 0.11.2.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
Vinicius Monego 2021-10-30 17:30:47 +00:00 committed by Efraim Flashner
parent 782ec05926
commit 556a3ac3af
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -1638,13 +1638,13 @@ (define-public python-wsproto
(define-public hypercorn (define-public hypercorn
(package (package
(name "hypercorn") (name "hypercorn")
(version "0.10.2") (version "0.11.2")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (pypi-uri "Hypercorn" version)) (uri (pypi-uri "Hypercorn" version))
(sha256 (sha256
(base32 "15dgy47a18w2ls3hwykra1cyf7yzxmfjqnsqml482p12cxr2xwqr")))) (base32 "16kai5d12f05jr89mj611zslxqri4cd7ixcgd6yhl211qlcyg8av"))))
(build-system python-build-system) (build-system python-build-system)
(arguments (arguments
`(#:phases `(#:phases