diff options
-rw-r--r-- | gnu/packages/python-xyz.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 0a75026492..b54aad516e 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -20531,7 +20531,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. @@ -20542,7 +20542,7 @@ representation.") (file-name (git-file-name name version)) (sha256 (base32 - "0qyhw2vvk17qdmfrmi45z4dd0fkwx3l2qrf3iy0yc2y7pfgrmg9g")))) + "0jvkcp473c0icbb8md3grc3285j2cy0z0swxgk2g67d9n0zfdfzc")))) (build-system pyproject-build-system) (arguments (list |