From f2fc7802be8ab60822750a30fca1371e21da83c3 Mon Sep 17 00:00:00 2001 From: Vinicius Monego Date: Wed, 24 Dec 2025 13:43:16 -0300 Subject: 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 --- gnu/packages/python-web.scm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'gnu/packages/python-web.scm') 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 -- cgit v1.3