summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVinicius Monego <monego@posteo.net>2025-12-24 13:43:16 -0300
committerVinicius Monego <monego@posteo.net>2026-03-01 23:38:55 -0300
commitf2fc7802be8ab60822750a30fca1371e21da83c3 (patch)
tree9d072e991cb2b11d2726e92ecf955219715313e0
parenta31cd4f45c403819c7c70924cbf8d872a874642c (diff)
gnu: hypercorn: Update to 0.18.0.
* gnu/packages/python-web.scm (hypercorn): Update to 0.18.0. [native-inputs]: Add python-pdm-backend. Change-Id: I8c8a0cfab35b2bad2195acb5f8a73e516d7e5e00
-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