···2233buildPythonPackage rec {44 pname = "pytest-flake8";55- version = "1.0.5";55+ version = "1.0.6";6677 # although pytest is a runtime dependency, do not add it as88 # propagatedBuildInputs in order to allow packages depend on another version···12121313 src = fetchPypi {1414 inherit pname version;1515- sha256 = "d85efaafbdb9580791cfa8671799dd40d482fc30bd4476c1ca5efd661e751333";1515+ sha256 = "1b82bb58c88eb1db40524018d3fcfd0424575029703b4e2d8e3ee873f2b17027";1616 };17171818 checkPhase = ''