guix-commits
[Top][All Lists]
Advanced

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

28/51: gnu: python-pytest-cov: Update to 2.8.1.


From: guix-commits
Subject: 28/51: gnu: python-pytest-cov: Update to 2.8.1.
Date: Fri, 24 Jan 2020 14:48:19 -0500 (EST)

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

commit cc63d8cfd859a2ddc6018d8eac056203dc255c48
Author: Marius Bakke <address@hidden>
AuthorDate: Thu Jan 16 09:29:10 2020 +0100

    gnu: python-pytest-cov: Update to 2.8.1.
    
    * gnu/packages/check.scm (python-pytest-cov): Update to 2.8.1.
---
 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 941b454..12c56d4 100644
--- a/gnu/packages/check.scm
+++ b/gnu/packages/check.scm
@@ -885,13 +885,13 @@ and many external plugins.")
 (define-public python-pytest-cov
   (package
     (name "python-pytest-cov")
-    (version "2.6.1")
+    (version "2.8.1")
     (source
       (origin
         (method url-fetch)
         (uri (pypi-uri "pytest-cov" version))
         (sha256
-         (base32 "0cyxbbghx2l4p60w10k00j1j74q1ngfiffr0pxn73ababjr69dha"))))
+         (base32 "0avzlk9p4nc44k7lpx9109dybq71xqnggxb9f4hp0l64pbc44ryc"))))
     (build-system python-build-system)
     (arguments
      `(#:phases



reply via email to

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