From cb752dc93f8fe5f03aab8dbc9bf725067914a109 Mon Sep 17 00:00:00 2001 From: Frederik Rietdijk Date: Thu, 17 Jan 2019 16:13:06 +0100 Subject: [PATCH] python: pytest-cov: 2.6.0 -> 2.6.1 --- pkgs/development/python-modules/pytest-cov/default.nix | 4 ++-- 1 file 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 9e7ffc3644df..1bb5d001ddbd 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.6.0"; + version = "2.6.1"; src = fetchPypi { inherit pname version; - sha256 = "e360f048b7dae3f2f2a9a4d067b2dd6b6a015d384d1577c994a43f3f7cbad762"; + sha256 = "0ab664b25c6aa9716cbf203b17ddb301932383046082c081b9848a0edf5add33"; }; buildInputs = [ pytest pytest_xdist virtualenv process-tests ];