guix_mirror_bot pushed a commit to branch master
in repository guix.
commit f2fc7802be8ab60822750a30fca1371e21da83c3
Author: Vinicius Monego <[email protected]>
AuthorDate: Wed Dec 24 13:43:16 2025 -0300
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(-)
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index e183e66e93..ae24336bda 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