guix_mirror_bot pushed a commit to branch python-team
in repository guix.
commit 986e2832bd4d3ac4cbf48a48aa35d39163e8cbeb
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Sat Mar 14 00:28:18 2026 +0000
gnu: Remove python-rich-next.
* gnu/packages/python-xyz.scm (python-rich-next): Delete variable.
Change-Id: I7b37b4083d770452e4659a8b876976d824f3bed0
---
gnu/packages/python-xyz.scm | 3 ---
1 file changed, 3 deletions(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 5600637027..9396101b54 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -20865,9 +20865,6 @@ into 22 character URL-safe base64 slug representation.")
syntax highlighting, markdown and more to the terminal.")
(license license:expat)))
-;; XXX: Deprecated on <2026-01-18>.
-(define-deprecated/public-alias python-rich-next python-rich)
-
(define-public python-rich-click
(package
(name "python-rich-click")