guix_mirror_bot pushed a commit to branch python-team
in repository guix.
commit 213a828787947ea57fe0580c49cc97e298d34922
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Sat Jan 17 14:33:20 2026 +0000
gnu: Remove python-hypercorn.
* gnu/packages/python-web.scm (python-hypercorn): Delete variable.
Change-Id: I8718d0984ba3d2f3450cd6d7209a2fd8bf857d34
---
gnu/packages/python-web.scm | 3 ---
1 file changed, 3 deletions(-)
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index fd6cdb5d57..81c02b1209 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -5305,9 +5305,6 @@ WebSockets (over HTTP/1 and HTTP/2), ASGI/2, and ASGI/3
specifications. It
can utilise asyncio, uvloop, or trio worker types.")
(license license:expat)))
-(define-deprecated-package python-hypercorn
- hypercorn)
-
(define-public python-querystring-parser
(package
(name "python-querystring-parser")