From bfa07958e33c7b21566ea3c58774b9509097956a Mon Sep 17 00:00:00 2001 From: Frederik Rietdijk Date: Sat, 17 Feb 2018 14:22:11 +0100 Subject: [PATCH] python: pytest-runner: 3.0 -> 4.0 --- pkgs/development/python-modules/pytestrunner/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/pytestrunner/default.nix b/pkgs/development/python-modules/pytestrunner/default.nix index 67af195b68a..4f15adcd90e 100644 --- a/pkgs/development/python-modules/pytestrunner/default.nix +++ b/pkgs/development/python-modules/pytestrunner/default.nix @@ -2,11 +2,11 @@ buildPythonPackage rec { pname = "pytest-runner"; - version = "3.0"; + version = "4.0"; src = fetchPypi { inherit pname version; - sha256 = "00v7pi09q60yx0l1kzyklnmr5bp597mir85a9gsi7bdfyly3lz0g"; + sha256 = "183f3745561b1e00ea51cd97634ba5c540848ab4aa8016a81faba7fb7f33ec76"; }; buildInputs = [ setuptools_scm pytest ];