Archived
1
0
Fork 0

gnu: python-coverage: Update to 4.0.3.

* gnu/packages/python.scm (python-coverage): Update to 4.0.3.
This commit is contained in:
Efraim Flashner 2015-12-25 14:39:42 +02:00
parent 9f44228512
commit 82a3c582a3

View file

@ -1963,16 +1963,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 "3.7.1") (version "4.0.3")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (string-append (uri (pypi-uri "coverage" version))
"https://pypi.python.org/packages/source/c/coverage/coverage-"
version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"0knlbq79g2ww6xzsyknj9rirrgrgc983dpa2d9nkdf31mb2a3bni")))) "0qjlja8ny4gcfp8abqfwdrvr8qw9kr69lkja0b4cqqbsdmdjgcc5"))))
(build-system python-build-system) (build-system python-build-system)
(inputs (inputs
`(("python-setuptools" ,python-setuptools))) `(("python-setuptools" ,python-setuptools)))