guix_mirror_bot pushed a commit to branch master
in repository guix.
commit 4bf7fec9b0186184dbc69aa9d6e56b6a2ca35439
Author: Nicolas Graves <[email protected]>
AuthorDate: Thu Jul 31 19:08:31 2025 +0200
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 <[email protected]>
---
gnu/packages/check.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/check.scm b/gnu/packages/check.scm
index 78cd125bd5..b6c767e3bf 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))