guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: python-pytest-cov: Update to 2.4.0.


From: Danny Milosavljevic
Subject: 01/02: gnu: python-pytest-cov: Update to 2.4.0.
Date: Tue, 2 May 2017 16:22:00 -0400 (EDT)

dannym pushed a commit to branch master
in repository guix.

commit 1aecfe176aa57a4698ddbfebf31bafe17bef412c
Author: Danny Milosavljevic <address@hidden>
Date:   Tue May 2 09:32:05 2017 +0200

    gnu: python-pytest-cov: Update to 2.4.0.
    
    Fixes <https://bugs.gnu.org/26743>.
    
    * gnu/packages/python.scm (python-pytest-cov): Update to 2.4.0.
---
 gnu/packages/python.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index 5df6799..b7981c7 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -1843,14 +1843,14 @@ and many external plugins.")
 (define-public python-pytest-cov
   (package
     (name "python-pytest-cov")
-    (version "2.2.1")
+    (version "2.4.0")
     (source
       (origin
         (method url-fetch)
         (uri (pypi-uri "pytest-cov" version))
         (sha256
          (base32
-          "1yl4nbhzfgsxqlsyk4clafgp9x11zvgrkprm9i2p3fgkwx9jxcm8"))))
+          "03c2qc42r4bczyw93gd7n0qi1h1jfhw7fnbhi33c3vp1hs81gm2k"))))
     (build-system python-build-system)
     (arguments
      `(#:phases



reply via email to

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