[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
198/361: gnu: python-rich: Update to 13.7.1.
From: |
guix-commits |
Subject: |
198/361: gnu: python-rich: Update to 13.7.1. |
Date: |
Thu, 21 Nov 2024 06:29:17 -0500 (EST) |
sharlatan pushed a commit to branch python-team
in repository guix.
commit 380e41e6bb5d99c783d597bbb7b5589379313784
Author: Nicolas Graves <ngraves@ngraves.fr>
AuthorDate: Fri May 10 00:54:04 2024 +0200
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>
---
gnu/packages/python-xyz.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 613e7ad55b..04c27c6023 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -20765,7 +20765,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.
@@ -20776,7 +20776,7 @@ representation.")
(file-name (git-file-name name version))
(sha256
(base32
- "0qyhw2vvk17qdmfrmi45z4dd0fkwx3l2qrf3iy0yc2y7pfgrmg9g"))))
+ "0jvkcp473c0icbb8md3grc3285j2cy0z0swxgk2g67d9n0zfdfzc"))))
(build-system pyproject-build-system)
(arguments
(list
- 161/361: gnu: zulip-term: Move to pyproject-build-system., (continued)
- 161/361: gnu: zulip-term: Move to pyproject-build-system., guix-commits, 2024/11/21
- 158/361: gnu: python-scikit-rf: Fix tests., guix-commits, 2024/11/21
- 165/361: gnu: python-pytest-runner: Improve package style., guix-commits, 2024/11/21
- 172/361: gnu: python-flask-login: Move to pyproject-build-system., guix-commits, 2024/11/21
- 171/361: gnu: python-cucumber-tag-expressions: Move to pyproject-build-system., guix-commits, 2024/11/21
- 176/361: gnu: abjad: Update to 3.19., guix-commits, 2024/11/21
- 184/361: gnu: python-jaraco-context: Move to pyproject-build-system., guix-commits, 2024/11/21
- 191/361: gnu: python-pytest-enabler: Break dependency cycle., guix-commits, 2024/11/21
- 192/361: gnu: python-pint: Disable benchmark tests., guix-commits, 2024/11/21
- 195/361: gnu: python-orderedmultidict: Move to pyproject-build-system., guix-commits, 2024/11/21
- 198/361: gnu: python-rich: Update to 13.7.1.,
guix-commits <=
- 206/361: gnu: python-funsor: Ignore flaky test., guix-commits, 2024/11/21
- 208/361: gnu: tuir: Move to pyproject-build-system., guix-commits, 2024/11/21
- 211/361: gnu: python-numpydoc: Move to pyproject-build-sytem., guix-commits, 2024/11/21
- 233/361: gnu: python-immutables: Update to 0.21., guix-commits, 2024/11/21
- 28/361: gnu: Add python-pytest-mypy-testing., guix-commits, 2024/11/21
- 33/361: gnu: Add python-rapidfuzz., guix-commits, 2024/11/21
- 60/361: gnu: python-openpyxl: Add Setuptools and Wheel., guix-commits, 2024/11/21
- 81/361: gnu: python-websocket-client: Update to 1.8.0., guix-commits, 2024/11/21
- 63/361: gnu: python-rich: Remove python-ipywidgets., guix-commits, 2024/11/21
- 83/361: gnu: python-pytest-tornasync: Use Tornado 6., guix-commits, 2024/11/21