gnu: python-pytest-asyncio: Update to 0.15.1.
* gnu/packages/check.scm (python-pytest-asyncio): Update to 0.15.1.master
parent
080b9591f3
commit
5f7448ed8d
|
@ -1662,13 +1662,13 @@ executed.")
|
||||||
(define-public python-pytest-asyncio
|
(define-public python-pytest-asyncio
|
||||||
(package
|
(package
|
||||||
(name "python-pytest-asyncio")
|
(name "python-pytest-asyncio")
|
||||||
(version "0.10.0")
|
(version "0.15.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "pytest-asyncio" version))
|
(uri (pypi-uri "pytest-asyncio" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1bysy4nii13bm7h345wxf8fxcjhab7l374pqdv7vwv3izl053b4z"))))
|
(base32 "0vrzsrg3j1cfd57m0b3r5xf87rslgcs42jya346mdg9bc6wwwr15"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("python-coverage" ,python-coverage)
|
`(("python-coverage" ,python-coverage)
|
||||||
|
|
Reference in New Issue