guix-commits
[Top][All Lists]
Advanced

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

09/29: gnu: python-coverage: Update to 4.5.2.


From: guix-commits
Subject: 09/29: gnu: python-coverage: Update to 4.5.2.
Date: Sat, 9 Feb 2019 15:55:22 -0500 (EST)

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

commit 1bfb53c025fc68bb81ec06a9614f4da163c784f5
Author: Marius Bakke <address@hidden>
Date:   Fri Feb 8 18:46:07 2019 +0100

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