guix_mirror_bot pushed a commit to branch python-team
in repository guix.
commit c18eabb2b1bd1cc08e2e84a9578903f8cf3fae8b
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 e51d9be146..8f936af7a8 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")