guix-commits
[Top][All Lists]
Advanced

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

branch staging updated: gnu: python-pytest-cov: Update to 3.0.0.


From: guix-commits
Subject: branch staging updated: gnu: python-pytest-cov: Update to 3.0.0.
Date: Wed, 23 Mar 2022 06:38:01 -0400

This is an automated email from the git hooks/post-receive script.

mothacehe pushed a commit to branch staging
in repository guix.

The following commit(s) were added to refs/heads/staging by this push:
     new 12c9da3538 gnu: python-pytest-cov: Update to 3.0.0.
12c9da3538 is described below

commit 12c9da35389dfba86ae0d863132a6b2c4374205a
Author: Giacomo Leidi <goodoldpaul@autistici.org>
AuthorDate: Sun Mar 13 02:04:14 2022 +0100

    gnu: python-pytest-cov: Update to 3.0.0.
    
    * gnu/packages/pdf.scm (python-pytest-cov): Update to 3.0.0.
    
    Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
---
 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 32aedf5b6b..1171d1c28b 100644
--- a/gnu/packages/check.scm
+++ b/gnu/packages/check.scm
@@ -1150,13 +1150,13 @@ following improvements:
 (define-public python-pytest-cov
   (package
     (name "python-pytest-cov")
-    (version "2.8.1")
+    (version "3.0.0")
     (source
       (origin
         (method url-fetch)
         (uri (pypi-uri "pytest-cov" version))
         (sha256
-         (base32 "0avzlk9p4nc44k7lpx9109dybq71xqnggxb9f4hp0l64pbc44ryc"))))
+         (base32 "0w6lfv8gc1lxmnvsz7mq5z9shxac5zz6s9mwrai108kxc6qzbw77"))))
     (build-system python-build-system)
     (arguments
      `(#:phases



reply via email to

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