1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-27 03:21:49 +02:00

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>
This commit is contained in:
Nicolas Graves
2025-07-31 19:08:31 +02:00
committed by Sharlatan Hellseher
parent b29b245166
commit 4bf7fec9b0
+2 -2
View File
@@ -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))