mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: python-coverage: Update to 4.5.3.
* gnu/packages/check.scm (python-coverage): Update to 4.5.3.
This commit is contained in:
parent
cf82643647
commit
d80dcf2bdd
1 changed files with 2 additions and 2 deletions
|
@ -1208,14 +1208,14 @@ (define-public python2-testrepository
|
|||
(define-public python-coverage
|
||||
(package
|
||||
(name "python-coverage")
|
||||
(version "4.5.2")
|
||||
(version "4.5.3")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "coverage" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1d5zlyl3h39d3xlvkpsn4g5gpvdci9arplil2cnz2cs8wsgms8xb"))))
|
||||
"02f6m073qdispn96rc616hg0rnmw1pgqzw3bgxwiwza4zf9hirlx"))))
|
||||
(build-system python-build-system)
|
||||
(arguments
|
||||
;; FIXME: 95 tests failed, 539 passed, 6 skipped, 2 errors.
|
||||
|
|
Loading…
Reference in a new issue