mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
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:
parent
782ec05926
commit
556a3ac3af
1 changed files with 2 additions and 2 deletions
|
@ -1638,13 +1638,13 @@ (define-public python-wsproto
|
|||
(define-public hypercorn
|
||||
(package
|
||||
(name "hypercorn")
|
||||
(version "0.10.2")
|
||||
(version "0.11.2")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "Hypercorn" version))
|
||||
(sha256
|
||||
(base32 "15dgy47a18w2ls3hwykra1cyf7yzxmfjqnsqml482p12cxr2xwqr"))))
|
||||
(base32 "16kai5d12f05jr89mj611zslxqri4cd7ixcgd6yhl211qlcyg8av"))))
|
||||
(build-system python-build-system)
|
||||
(arguments
|
||||
`(#:phases
|
||||
|
|
Loading…
Reference in a new issue