guix_mirror_bot pushed a commit to branch python-team
in repository guix.
commit 4f059b70ac6dbac1048217991f4a1a0d0d2c30df
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Sun May 31 23:59:24 2026 +0100
gnu: python-rich: Update to 15.0.0.
* gnu/packages/python-xyz.scm (python-rich): Update to 15.0.0.
Change-Id: Iaa14fa580031c2e73995b38e7949300208920fcc
---
gnu/packages/python-xyz.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 8d37f234f2..af011a72b9 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -22013,7 +22013,7 @@ into 22 character URL-safe base64 slug representation.")
(define-public python-rich
(package
(name "python-rich")
- (version "14.3.3")
+ (version "15.0.0")
(source
(origin
(method git-fetch)
@@ -22022,7 +22022,7 @@ into 22 character URL-safe base64 slug representation.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "1g8mb51ffn3bw2dhmmimpyhwkn13xmphircc8bg2kvkmncxmbrza"))))
+ (base32 "1qs8n1hcjxcpwbfjjlzfmywfczxzcpvjkk3ay04kdbi1lvlynkaj"))))
(build-system pyproject-build-system)
;; tests: 952 passed, 25 skipped
(native-inputs