diff options
author | Vinicius Monego <monego@posteo.net> | 2021-10-30 17:30:47 +0000 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2021-11-08 22:36:33 +0200 |
commit | 556a3ac3aff85d0737d5934f7567af388ae9ecba (patch) | |
tree | 7651328ae59978fd81d6270c1b9ca521aaf1f503 /gnu/packages | |
parent | 782ec059266548fe11da3a5704441a6118d0c762 (diff) | |
download | guix-556a3ac3aff85d0737d5934f7567af388ae9ecba.tar.gz |
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>
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/python-web.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm index e230408299..70f740bc76 100644 --- a/gnu/packages/python-web.scm +++ b/gnu/packages/python-web.scm @@ -1638,13 +1638,13 @@ RFC6455, regardless of your programming paradigm.") (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 |