summaryrefslogtreecommitdiff
path: root/gnu/packages/python-web.scm
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/packages/python-web.scm')
-rw-r--r--gnu/packages/python-web.scm5
1 files changed, 3 insertions, 2 deletions
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index e183e66e937..ae24336bdac 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -5383,7 +5383,7 @@ RFC6455, regardless of your programming paradigm.")
(define-public hypercorn
(package
(name "hypercorn")
- (version "0.17.3")
+ (version "0.18.0")
(source
(origin
(method git-fetch) ;PyPI does not have tests
@@ -5392,7 +5392,7 @@ RFC6455, regardless of your programming paradigm.")
(commit version)))
(file-name (git-file-name name version))
(sha256
- (base32 "13v6cy4frvnddv9zak06a4lmwxp121hjyfrlapxfmb7m3i8qrm02"))))
+ (base32 "0jdi05n5isxn0rysq242p198lz03gbwsnizzb9yp6rxr7ajapns4"))))
(build-system pyproject-build-system)
;; Propagate because Hypercorn also exposes functionality over a module.
(propagated-inputs (list python-h11
@@ -5402,6 +5402,7 @@ RFC6455, regardless of your programming paradigm.")
python-wsproto))
(native-inputs (list nss-certs-for-test
python-httpx
+ python-pdm-backend
python-poetry-core
python-pytest
python-pytest-asyncio