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

commit 00f33b3ca89f311d2ed162989871fdba6048dc09
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 9396101b54..6bddc5ef8b 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -20839,7 +20839,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)
@@ -20848,9 +20848,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