python: pytest-flake8: 1.0.2 -> 1.0.3

This commit is contained in:
Frederik Rietdijk 2019-01-17 16:13:06 +01:00
parent cb752dc93f
commit 4ea9ff5066

View file

@ -2,7 +2,7 @@
buildPythonPackage rec {
pname = "pytest-flake8";
version = "1.0.2";
version = "1.0.3";
# although pytest is a runtime dependency, do not add it as
# propagatedBuildInputs in order to allow packages depend on another version
@ -12,7 +12,7 @@ buildPythonPackage rec {
src = fetchPypi {
inherit pname version;
sha256 = "c740ad6aa19e3958947d2118f70bed218caf1d2097039fb7318573a2a72f89a1";
sha256 = "b2c71fb6d469bae076a01c43d4a83485d740db6a8a00bad77e0657ed035e98d4";
};
checkPhase = ''