diff options
| author | Nicolas Graves <ngraves@ngraves.fr> | 2025-07-31 19:08:31 +0200 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-08-07 18:33:34 +0100 |
| commit | 4bf7fec9b0186184dbc69aa9d6e56b6a2ca35439 (patch) | |
| tree | f60f144ab1ffa7ad0298df600cc62dc02e1fcb58 | |
| parent | b29b2451667c479325122e0a8949dce08b5729f7 (diff) | |
gnu: python-pytest-sugar: Update to 1.0.0.
* gnu/packages/check.scm (python-pytest-sugar): Update to 1.0.0.
Change-Id: I46d4fa51c89bdc59f26626e63d7d4e1e0c1c183a
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
| -rw-r--r-- | gnu/packages/check.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/check.scm b/gnu/packages/check.scm index 78cd125bd57..b6c767e3bfa 100644 --- a/gnu/packages/check.scm +++ b/gnu/packages/check.scm @@ -2775,13 +2775,13 @@ across test runs.") (define-public python-pytest-sugar (package (name "python-pytest-sugar") - (version "0.9.3") + (version "1.0.0") (source (origin (method url-fetch) (uri (pypi-uri "pytest-sugar" version)) (sha256 - (base32 "1i0hv3h49zvl62jbiyjag84carbrp3zprqzxffdr291nxavvac0n")))) + (base32 "02kc4y0ry4y9lp63kjq9p7yvbjijfxn1fcn6wx6c1c7mb0rfh8k4")))) (build-system pyproject-build-system) (propagated-inputs (list python-packaging python-pytest python-termcolor)) |
