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

* gnu/packages/pdf.scm (python-pytest-cov): Update to 3.0.0.

Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
This commit is contained in:
Giacomo Leidi 2022-03-13 02:04:14 +01:00 committed by Mathieu Othacehe
parent 15d1d23dbb
commit 12c9da3538
No known key found for this signature in database
GPG Key ID: 8354763531769CA6

View File

@ -1150,13 +1150,13 @@ following improvements:
(define-public python-pytest-cov (define-public python-pytest-cov
(package (package
(name "python-pytest-cov") (name "python-pytest-cov")
(version "2.8.1") (version "3.0.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 "0avzlk9p4nc44k7lpx9109dybq71xqnggxb9f4hp0l64pbc44ryc")))) (base32 "0w6lfv8gc1lxmnvsz7mq5z9shxac5zz6s9mwrai108kxc6qzbw77"))))
(build-system python-build-system) (build-system python-build-system)
(arguments (arguments
`(#:phases `(#:phases