gnu: python-pytest-cov: Update to 2.6.0.
* gnu/packages/check.scm (python-pytest-cov): Update to 2.6.0.
This commit is contained in:
parent
4df24531dc
commit
f98091d1ba
1 changed files with 2 additions and 2 deletions
|
@ -704,14 +704,14 @@ and many external plugins.")
|
||||||
(define-public python-pytest-cov
|
(define-public python-pytest-cov
|
||||||
(package
|
(package
|
||||||
(name "python-pytest-cov")
|
(name "python-pytest-cov")
|
||||||
(version "2.5.1")
|
(version "2.6.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "pytest-cov" version))
|
(uri (pypi-uri "pytest-cov" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0bbfpwdh9k3636bxc88vz9fa7vf4akchgn513ql1vd0xy4n7bah3"))))
|
"0qnpp9y3ygx4jk4pf5ad71fh2skbvnr6gl54m7rg5qysnx4g0q73"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:phases
|
`(#:phases
|
||||||
|
|
Reference in a new issue