guix_mirror_bot pushed a commit to branch python-team
in repository guix.
commit bb57e7e51f1ebd822eae9c0fe387d4924fa1d2e9
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Sun Jan 18 14:40:43 2026 +0000
gnu: Deprecate python-rich-next in favor of python-reach.
* gnu/packages/python-xyz.scm (python-rich-next): Deprecate variable.
Change-Id: I8bcf329d0a69a0292b0fdb089e95fcf6c1103b4c
---
gnu/packages/python-xyz.scm | 18 ++----------------
1 file changed, 2 insertions(+), 16 deletions(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 488964fd4d..927535e170 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -20821,22 +20821,8 @@ into 22 character URL-safe base64 slug
representation.")
syntax highlighting, markdown and more to the terminal.")
(license license:expat)))
-(define-public python-rich-next
- (package
- (inherit python-rich)
- (name "python-rich")
- (version "14.2.0")
- (source
- (origin
- (method git-fetch)
- (uri (git-reference
- (url "https://github.com/willmcgugan/rich")
- (commit (string-append "v" version))))
- (file-name (git-file-name name version))
- (sha256
- (base32 "0zwjry4ylqncqvxrywp0km96jng4f288dgz8kz5vymk7nr2z21m1"))))
- (native-inputs (modify-inputs (package-native-inputs python-rich)
- (append which)))))
+;; XXX: Deprecated on <2026-01-18>.
+(define-deprecated/public-alias python-rich-next python-rich)
(define-public python-rich-click
(package