about summary refs log tree commit diff
path: root/pkgs/development/python-modules/pytest-cov
diff options
context:
space:
mode:
authorFrederik Rietdijk <fridh@fridh.nl>2018-04-04 20:15:09 +0200
committerFrederik Rietdijk <fridh@fridh.nl>2018-04-08 11:34:55 +0200
commit53fec0708a48ebf7fd871bea3372f380dcd47bd7 (patch)
treee4b28c73c67436a0fef288156221733fa23336e4 /pkgs/development/python-modules/pytest-cov
parent8251ffa997220a7a69a6bb9faec28172fb45f890 (diff)
python: pytest-cov: 2.4.0 -> 2.5.1
Diffstat (limited to 'pkgs/development/python-modules/pytest-cov')
-rw-r--r--pkgs/development/python-modules/pytest-cov/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/pytest-cov/default.nix b/pkgs/development/python-modules/pytest-cov/default.nix
index 1bb47c3c9dfbe..915884b5dd4a4 100644
--- a/pkgs/development/python-modules/pytest-cov/default.nix
+++ b/pkgs/development/python-modules/pytest-cov/default.nix
@@ -3,11 +3,11 @@
 
 buildPythonPackage rec {
   pname = "pytest-cov";
-  version = "2.4.0";
+  version = "2.5.1";
 
   src = fetchPypi {
     inherit pname version;
-    sha256 = "03c2qc42r4bczyw93gd7n0qi1h1jfhw7fnbhi33c3vp1hs81gm2k";
+    sha256 = "03aa752cf11db41d281ea1d807d954c4eda35cfa1b21d6971966cc041bbf6e2d";
   };
 
   buildInputs = [ pytest pytest_xdist virtualenv process-tests ];