gnu: python-pytest-sugar: Update to 0.9.3.

* gnu/packages/check.scm (python-pytest-sugar): Update to 0.9.3.
This commit is contained in:
Tobias Geerinckx-Rice 2020-05-21 04:08:49 +02:00
parent 102fd8c7f4
commit 5098b90bf5
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -1703,14 +1703,13 @@ (define-public python2-pytest-subtesthack
(define-public python-pytest-sugar
(package
(name "python-pytest-sugar")
(version "0.9.2")
(version "0.9.3")
(source
(origin
(method url-fetch)
(uri (pypi-uri "pytest-sugar" version))
(sha256
(base32
"1asq7yc4g8bx2sn7yy974mhc9ywvaihasjab4inkirdwn9s7mn7w"))))
(base32 "1i0hv3h49zvl62jbiyjag84carbrp3zprqzxffdr291nxavvac0n"))))
(build-system python-build-system)
(propagated-inputs
`(("python-packaging" ,python-packaging)