1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

gnu: python-rich: Update to 14.3.3.

* gnu/packages/python-xyz.scm (python-rich): Update to 14.3.3.

Change-Id: I83512a4988f98a74e0d0b418a79a3b3f4b9481b9
This commit is contained in:
Sharlatan Hellseher
2026-03-14 00:28:20 +00:00
parent 4e816c7600
commit 684d25eb94

View File

@@ -21068,7 +21068,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)
@@ -21077,9 +21077,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