gnu: python-coverage: Update to 4.1.

* gnu/packages/python.scm (python-coverage): Update to 4.1.
This commit is contained in:
Efraim Flashner 2016-07-17 11:14:06 +03:00
parent 2c0d8e0d09
commit 4d4cf3dd99
No known key found for this signature in database
GPG key ID: F4C1D3917EACEE93

View file

@ -2013,14 +2013,14 @@ (define-public python2-testrepository
(define-public python-coverage
(package
(name "python-coverage")
(version "4.0.3")
(version "4.1")
(source
(origin
(method url-fetch)
(uri (pypi-uri "coverage" version))
(sha256
(base32
"0qjlja8ny4gcfp8abqfwdrvr8qw9kr69lkja0b4cqqbsdmdjgcc5"))))
"01rbr4br4lsk0lwn8fb96zwd2xr4f0mg1w7iq3j11i8f5ig2nqs1"))))
(build-system python-build-system)
(inputs
`(("python-setuptools" ,python-setuptools)))