guix-commits
[Top][All Lists]
Advanced

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

02/04: gnu: python-coverage: Update to 4.5.3.


From: guix-commits
Subject: 02/04: gnu: python-coverage: Update to 4.5.3.
Date: Mon, 11 Mar 2019 16:19:23 -0400 (EDT)

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

commit d80dcf2bdd666277cd83bc4613924a63ec3bcfc3
Author: Marius Bakke <address@hidden>
Date:   Mon Mar 11 20:46:19 2019 +0100

    gnu: python-coverage: Update to 4.5.3.
    
    * gnu/packages/check.scm (python-coverage): Update to 4.5.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 2013249..f75dd61 100644
--- a/gnu/packages/check.scm
+++ b/gnu/packages/check.scm
@@ -1208,14 +1208,14 @@ have failed since the last commit or what tests are 
currently failing.")))
 (define-public python-coverage
   (package
     (name "python-coverage")
-    (version "4.5.2")
+    (version "4.5.3")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "coverage" version))
        (sha256
         (base32
-         "1d5zlyl3h39d3xlvkpsn4g5gpvdci9arplil2cnz2cs8wsgms8xb"))))
+         "02f6m073qdispn96rc616hg0rnmw1pgqzw3bgxwiwza4zf9hirlx"))))
     (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]