python: pytest-flake8: 1.0.2 -> 1.0.3
This commit is contained in:
parent
cb752dc93f
commit
4ea9ff5066
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "pytest-flake8";
|
pname = "pytest-flake8";
|
||||||
version = "1.0.2";
|
version = "1.0.3";
|
||||||
|
|
||||||
# although pytest is a runtime dependency, do not add it as
|
# although pytest is a runtime dependency, do not add it as
|
||||||
# propagatedBuildInputs in order to allow packages depend on another version
|
# propagatedBuildInputs in order to allow packages depend on another version
|
||||||
@ -12,7 +12,7 @@ buildPythonPackage rec {
|
|||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "c740ad6aa19e3958947d2118f70bed218caf1d2097039fb7318573a2a72f89a1";
|
sha256 = "b2c71fb6d469bae076a01c43d4a83485d740db6a8a00bad77e0657ed035e98d4";
|
||||||
};
|
};
|
||||||
|
|
||||||
checkPhase = ''
|
checkPhase = ''
|
||||||
|
Loading…
x
Reference in New Issue
Block a user