guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

06/51: gnu: python-coverage: Update to 5.0.3.


From: guix-commits
Subject: 06/51: gnu: python-coverage: Update to 5.0.3.
Date: Fri, 24 Jan 2020 14:48:08 -0500 (EST)

mbakke pushed a commit to branch core-updates
in repository guix.

commit 5e1d6787f2b11c28e861de9314f4a76d50b935be
Author: Marius Bakke <address@hidden>
AuthorDate: Wed Jan 15 21:27:27 2020 +0100

    gnu: python-coverage: Update to 5.0.3.
    
    * gnu/packages/check.scm (python-coverage): Update to 5.0.3.
---
 gnu/packages/check.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/check.scm b/gnu/packages/check.scm
index 17d5fa6..f6654e4 100644
--- a/gnu/packages/check.scm
+++ b/gnu/packages/check.scm
@@ -1348,14 +1348,14 @@ have failed since the last commit or what tests are 
currently failing.")))
 (define-public python-coverage
   (package
     (name "python-coverage")
-    (version "4.5.3")
+    (version "5.0.3")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "coverage" version))
        (sha256
         (base32
-         "02f6m073qdispn96rc616hg0rnmw1pgqzw3bgxwiwza4zf9hirlx"))))
+         "1vrg8panqw79pswg52ygbrff3wdnxarrd9qz6c64ah0c4h2cmbvp"))))
     (build-system python-build-system)
     (arguments
      ;; FIXME: 95 tests failed, 539 passed, 6 skipped, 2 errors.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]