1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-23 14:11:36 +00:00

python3Packages.pytest-flake8: 1.0.6 -> 1.0.7

This commit is contained in:
Frederik Rietdijk 2021-02-20 10:09:15 +01:00
parent 2099fd62bd
commit 16c2678585

View file

@ -2,7 +2,7 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "pytest-flake8"; pname = "pytest-flake8";
version = "1.0.6"; version = "1.0.7";
# 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 = "1b82bb58c88eb1db40524018d3fcfd0424575029703b4e2d8e3ee873f2b17027"; sha256 = "f0259761a903563f33d6f099914afef339c085085e643bee8343eb323b32dd6b";
}; };
checkPhase = '' checkPhase = ''