mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-19 00:30:30 +02:00
gnu: python-rich: Update to 13.7.1.
* gnu/packages/python-xyz.scm (python-rich): Update to 13.7.1. Change-Id: I7fff0b124e989a0a5ace2c73c92d4b32497cf3e9 Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
This commit is contained in:
committed by
Sharlatan Hellseher
parent
2ae38bc72f
commit
5bcbe34fd1
@@ -20854,7 +20854,7 @@ representation.")
|
||||
(define-public python-rich
|
||||
(package
|
||||
(name "python-rich")
|
||||
(version "13.7.0")
|
||||
(version "13.7.1")
|
||||
(source
|
||||
(origin
|
||||
;; There are no tests in the PyPI tarball.
|
||||
@@ -20865,7 +20865,7 @@ representation.")
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"0qyhw2vvk17qdmfrmi45z4dd0fkwx3l2qrf3iy0yc2y7pfgrmg9g"))))
|
||||
"0jvkcp473c0icbb8md3grc3285j2cy0z0swxgk2g67d9n0zfdfzc"))))
|
||||
(build-system pyproject-build-system)
|
||||
(arguments
|
||||
(list
|
||||
|
||||
Reference in New Issue
Block a user