mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-06 11:00:19 +01:00
gnu: python-coverage: Update to 5.0.3.
* gnu/packages/check.scm (python-coverage): Update to 5.0.3.
This commit is contained in:
parent
b8f5aa6fa0
commit
5e1d6787f2
1 changed files with 2 additions and 2 deletions
|
@ -1348,14 +1348,14 @@ have failed since the last commit or what tests are currently failing.")))
|
||||||
(define-public python-coverage
|
(define-public python-coverage
|
||||||
(package
|
(package
|
||||||
(name "python-coverage")
|
(name "python-coverage")
|
||||||
(version "4.5.3")
|
(version "5.0.3")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "coverage" version))
|
(uri (pypi-uri "coverage" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"02f6m073qdispn96rc616hg0rnmw1pgqzw3bgxwiwza4zf9hirlx"))))
|
"1vrg8panqw79pswg52ygbrff3wdnxarrd9qz6c64ah0c4h2cmbvp"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
;; FIXME: 95 tests failed, 539 passed, 6 skipped, 2 errors.
|
;; FIXME: 95 tests failed, 539 passed, 6 skipped, 2 errors.
|
||||||
|
|
Loading…
Add table
Reference in a new issue