guix-commits
[Top][All Lists]
Advanced

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

10/11: gnu: python-coverage: Update to 5.5.


From: guix-commits
Subject: 10/11: gnu: python-coverage: Update to 5.5.
Date: Fri, 31 Mar 2023 00:01:32 -0400 (EDT)

apteryx pushed a commit to branch staging
in repository guix.

commit 1ce3acd778c5ff7e2ad094b444387417b5a6cec7
Author: Giacomo Leidi <goodoldpaul@autistici.org>
AuthorDate: Mon Oct 10 23:23:10 2022 +0200

    gnu: python-coverage: Update to 5.5.
    
    * gnu/packages/check.scm (python-coverage): Update to 5.5.
    
    Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
---
 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 163ca8c51b..cfa604127b 100644
--- a/gnu/packages/check.scm
+++ b/gnu/packages/check.scm
@@ -2054,14 +2054,14 @@ 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 "5.5")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "coverage" version))
        (sha256
         (base32
-         "16z8i18msgs8k74n73dj9x49wzkl0vk4vq8k5pl1bsj70y7b4k53"))))
+         "0b112ly7vvplvm9l411aqknxhr7fzfyp28xhflhkcx78l3lqzrzb"))))
     (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]