python: pytest-flakes: 3.0.2 -> 4.0.0

This commit is contained in:
Frederik Rietdijk 2018-08-13 09:31:34 +02:00
parent 68dd59345a
commit 86a55f9f3c

View file

@ -3,11 +3,11 @@
buildPythonPackage rec {
pname = "pytest-flakes";
version = "3.0.2";
version = "4.0.0";
src = fetchPypi {
inherit pname version;
sha256 = "763ec290b89e2dc8f25f49d71cb9b869b8df843697b730233f61c78f847f2e57";
sha256 = "341964bf5760ebbdde9619f68a17d5632c674c3f6903ef66daa0a4f540b3d143";
};
buildInputs = [ pytestpep8 pytest ];