gnu: python-coverage: Update to 4.5.2.
* gnu/packages/check.scm (python-coverage): Update to 4.5.2.
This commit is contained in:
parent
d16ef28b80
commit
1bfb53c025
|
@ -1177,14 +1177,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.4.1")
|
(version "4.5.2")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "coverage" version))
|
(uri (pypi-uri "coverage" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"097l4s3ssxm1vncsn0nw3a1pbzah28773q36c1ab9wz01r04973s"))))
|
"1d5zlyl3h39d3xlvkpsn4g5gpvdci9arplil2cnz2cs8wsgms8xb"))))
|
||||||
(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 New Issue