diff options
author | Marius Bakke <mbakke@fastmail.com> | 2017-10-14 17:38:38 +0200 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2017-10-19 00:16:52 +0200 |
commit | 71d9f5614d76e9b8894926a06fe441f530c0e3d1 (patch) | |
tree | 66266af79e3d1f3bb8d195ca0be8c76f415abd4b /gnu/packages/python.scm | |
parent | 7439173f2c1b561e0e4a2f877e65f2b53c2c2fe9 (diff) | |
download | patches-71d9f5614d76e9b8894926a06fe441f530c0e3d1.tar patches-71d9f5614d76e9b8894926a06fe441f530c0e3d1.tar.gz |
gnu: python-coverage: Update to 4.4.1.
* gnu/packages/python.scm (python-coverage): Update to 4.4.1.
Diffstat (limited to 'gnu/packages/python.scm')
-rw-r--r-- | gnu/packages/python.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 537567b37a..c81bc8f902 100644 --- a/gnu/packages/python.scm +++ b/gnu/packages/python.scm @@ -2454,14 +2454,14 @@ have failed since the last commit or what tests are currently failing.") (define-public python-coverage (package (name "python-coverage") - (version "4.1") + (version "4.4.1") (source (origin (method url-fetch) (uri (pypi-uri "coverage" version)) (sha256 (base32 - "01rbr4br4lsk0lwn8fb96zwd2xr4f0mg1w7iq3j11i8f5ig2nqs1")))) + "097l4s3ssxm1vncsn0nw3a1pbzah28773q36c1ab9wz01r04973s")))) (build-system python-build-system) (arguments ;; FIXME: 95 tests failed, 539 passed, 6 skipped, 2 errors. |