guix-commits
[Top][All Lists]
Advanced

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

02/09: gnu: python-pytest-cov: Update to 2.6.0.


From: guix-commits
Subject: 02/09: gnu: python-pytest-cov: Update to 2.6.0.
Date: Sat, 5 Jan 2019 15:55:25 -0500 (EST)

efraim pushed a commit to branch master
in repository guix.

commit f98091d1bafa2dc960cc515a60cf0acc23eef81c
Author: Efraim Flashner <address@hidden>
Date:   Sat Jan 5 19:32:10 2019 +0200

    gnu: python-pytest-cov: Update to 2.6.0.
    
    * gnu/packages/check.scm (python-pytest-cov): Update to 2.6.0.
---
 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 968e5e3..197d50d 100644
--- a/gnu/packages/check.scm
+++ b/gnu/packages/check.scm
@@ -704,14 +704,14 @@ and many external plugins.")
 (define-public python-pytest-cov
   (package
     (name "python-pytest-cov")
-    (version "2.5.1")
+    (version "2.6.0")
     (source
       (origin
         (method url-fetch)
         (uri (pypi-uri "pytest-cov" version))
         (sha256
          (base32
-          "0bbfpwdh9k3636bxc88vz9fa7vf4akchgn513ql1vd0xy4n7bah3"))))
+          "0qnpp9y3ygx4jk4pf5ad71fh2skbvnr6gl54m7rg5qysnx4g0q73"))))
     (build-system python-build-system)
     (arguments
      `(#:phases



reply via email to

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