me
/
guix
Archived
1
0
Fork 0

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>
master
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
1 changed files with 2 additions and 2 deletions

View File

@ -1150,13 +1150,13 @@ following improvements:
(define-public python-pytest-cov
(package
(name "python-pytest-cov")
(version "2.8.1")
(version "3.0.0")
(source
(origin
(method url-fetch)
(uri (pypi-uri "pytest-cov" version))
(sha256
(base32 "0avzlk9p4nc44k7lpx9109dybq71xqnggxb9f4hp0l64pbc44ryc"))))
(base32 "0w6lfv8gc1lxmnvsz7mq5z9shxac5zz6s9mwrai108kxc6qzbw77"))))
(build-system python-build-system)
(arguments
`(#:phases