mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: python-pytest-asyncio: Update to 0.15.1.
* gnu/packages/check.scm (python-pytest-asyncio): Update to 0.15.1.
This commit is contained in:
parent
080b9591f3
commit
5f7448ed8d
1 changed files with 2 additions and 2 deletions
|
@ -1662,13 +1662,13 @@ (define-public python2-coverage
|
|||
(define-public python-pytest-asyncio
|
||||
(package
|
||||
(name "python-pytest-asyncio")
|
||||
(version "0.10.0")
|
||||
(version "0.15.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "pytest-asyncio" version))
|
||||
(sha256
|
||||
(base32 "1bysy4nii13bm7h345wxf8fxcjhab7l374pqdv7vwv3izl053b4z"))))
|
||||
(base32 "0vrzsrg3j1cfd57m0b3r5xf87rslgcs42jya346mdg9bc6wwwr15"))))
|
||||
(build-system python-build-system)
|
||||
(native-inputs
|
||||
`(("python-coverage" ,python-coverage)
|
||||
|
|
Loading…
Reference in a new issue