guix-commits
[Top][All Lists]
Advanced

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

13/27: gnu: python-coverage: Update to 6.4.3.


From: guix-commits
Subject: 13/27: gnu: python-coverage: Update to 6.4.3.
Date: Fri, 9 Sep 2022 11:08:14 -0400 (EDT)

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

commit 54b307a337550938b050918ecdf192612332bb7c
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Fri Aug 12 13:31:39 2022 +0200

    gnu: python-coverage: Update to 6.4.3.
    
    * gnu/packages/check.scm (python-coverage): Update to 6.4.3.
    [propagated-inputs]: Add PYTHON-TOMLI.
---
 gnu/packages/check.scm | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/check.scm b/gnu/packages/check.scm
index 7d131e55b5..5aecbd374b 100644
--- a/gnu/packages/check.scm
+++ b/gnu/packages/check.scm
@@ -1718,18 +1718,20 @@ have failed since the last commit or what tests are 
currently failing.")))
 (define-public python-coverage
   (package
     (name "python-coverage")
-    (version "5.2.1")
+    (version "6.4.3")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "coverage" version))
        (sha256
         (base32
-         "16z8i18msgs8k74n73dj9x49wzkl0vk4vq8k5pl1bsj70y7b4k53"))))
+         "157vndwrzyv9ypn2w3b6g8gv7vw07v994hq8nxasdb75k3ry2apc"))))
     (build-system python-build-system)
     (arguments
      ;; FIXME: 95 tests failed, 539 passed, 6 skipped, 2 errors.
      '(#:tests? #f))
+    (propagated-inputs
+     (list python-tomli))
     (home-page "https://coverage.readthedocs.io";)
     (synopsis "Code coverage measurement for Python")
     (description



reply via email to

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