guix_mirror_bot pushed a commit to branch python-team
in repository guix.

commit cbe21413c6eec2a52be3ab4c6db6f3d135a86988
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Sat Mar 14 00:28:20 2026 +0000

    gnu: python-rich: Update to 14.3.3.
    
    * gnu/packages/python-xyz.scm (python-rich): Update to 14.3.3.
    
    Change-Id: I83512a4988f98a74e0d0b418a79a3b3f4b9481b9
---
 gnu/packages/python-xyz.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 6e752b2da8..f68ca27a5b 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -20833,7 +20833,7 @@ into 22 character URL-safe base64 slug representation.")
 (define-public python-rich
   (package
     (name "python-rich")
-    (version "14.2.0")
+    (version "14.3.3")
     (source
      (origin
        (method git-fetch)
@@ -20842,9 +20842,9 @@ into 22 character URL-safe base64 slug representation.")
               (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0zwjry4ylqncqvxrywp0km96jng4f288dgz8kz5vymk7nr2z21m1"))))
+        (base32 "1g8mb51ffn3bw2dhmmimpyhwkn13xmphircc8bg2kvkmncxmbrza"))))
     (build-system pyproject-build-system)
-    ;; tests: 856 passed, 24 skipped
+    ;; tests: 952 passed, 25 skipped
     (native-inputs
      (list python-poetry-core
            python-pytest

Reply via email to