me
/
guix
Archived
1
0
Fork 0

gnu: python-pytest-cov: Update to 2.8.1.

* gnu/packages/check.scm (python-pytest-cov): Update to 2.8.1.
master
Marius Bakke 2020-01-16 09:29:10 +01:00
parent 0e648e6160
commit cc63d8cfd8
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 2 additions and 2 deletions

View File

@ -885,13 +885,13 @@ and many external plugins.")
(define-public python-pytest-cov
(package
(name "python-pytest-cov")
(version "2.6.1")
(version "2.8.1")
(source
(origin
(method url-fetch)
(uri (pypi-uri "pytest-cov" version))
(sha256
(base32 "0cyxbbghx2l4p60w10k00j1j74q1ngfiffr0pxn73ababjr69dha"))))
(base32 "0avzlk9p4nc44k7lpx9109dybq71xqnggxb9f4hp0l64pbc44ryc"))))
(build-system python-build-system)
(arguments
`(#:phases