mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-09 20:59:31 -05:00
gnu: python-coverage: Update to 5.5.
* gnu/packages/check.scm (python-coverage): Update to 5.5. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
This commit is contained in:
parent
28abb9e7d2
commit
1ce3acd778
1 changed files with 2 additions and 2 deletions
|
@ -2054,14 +2054,14 @@ (define-public python-testrepository
|
||||||
(define-public python-coverage
|
(define-public python-coverage
|
||||||
(package
|
(package
|
||||||
(name "python-coverage")
|
(name "python-coverage")
|
||||||
(version "5.2.1")
|
(version "5.5")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "coverage" version))
|
(uri (pypi-uri "coverage" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"16z8i18msgs8k74n73dj9x49wzkl0vk4vq8k5pl1bsj70y7b4k53"))))
|
"0b112ly7vvplvm9l411aqknxhr7fzfyp28xhflhkcx78l3lqzrzb"))))
|
||||||
(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…
Reference in a new issue