guix_mirror_bot pushed a commit to branch python-team
in repository guix.
commit 5d0d87bec62afa825d9416dd8862faca9b76f239
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Sat Jan 17 14:31:13 2026 +0000
gnu: Remove python-typing-extensions-next.
* gnu/packages/python-build.scm (python-typing-extensions-next): Delete
variable.
Change-Id: Ibcd8027c6b45f1951c697df1fc572b990e73cff0
---
gnu/packages/python-build.scm | 3 ---
1 file changed, 3 deletions(-)
diff --git a/gnu/packages/python-build.scm b/gnu/packages/python-build.scm
index 587d497264..1e7c22de31 100644
--- a/gnu/packages/python-build.scm
+++ b/gnu/packages/python-build.scm
@@ -574,9 +574,6 @@ Included are implementations of:
@end enumerate\n")
(license license:psfl)))
-(define-deprecated/public-alias python-typing-extensions-next
- python-typing-extensions) ;may be removed after 2025-12-01
-
;;;
;;; Python builder packages.