python: pytest-flakes: 3.0.2 -> 4.0.0
This commit is contained in:
parent
68dd59345a
commit
86a55f9f3c
@ -3,11 +3,11 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "pytest-flakes";
|
pname = "pytest-flakes";
|
||||||
version = "3.0.2";
|
version = "4.0.0";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "763ec290b89e2dc8f25f49d71cb9b869b8df843697b730233f61c78f847f2e57";
|
sha256 = "341964bf5760ebbdde9619f68a17d5632c674c3f6903ef66daa0a4f540b3d143";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ pytestpep8 pytest ];
|
buildInputs = [ pytestpep8 pytest ];
|
||||||
|
Loading…
Reference in New Issue
Block a user