guix_mirror_bot pushed a commit to branch python-team
in repository guix.
commit e76f5c80069fdb6a0c92fe0146f2d082b8f01a6f
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 4be8609056..a4f3aaceb7 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")