pythonPackages.pytest-flake8: 1.0.0 -> 1.0.1

This upgrade fixes #39206.
This commit is contained in:
Jaakko Luttinen 2018-05-01 17:13:37 +03:00
parent 1b1be29bf8
commit c639df5fa4
No known key found for this signature in database
GPG Key ID: 7B1CE13152E6B964

View File

@ -2,7 +2,7 @@
buildPythonPackage rec {
pname = "pytest-flake8";
version = "1.0.0";
version = "1.0.1";
# 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 = "01driw4sc6nfi3m3ii7d074pxi3h1h4mbiyad9crg5i1l5jxx5ir";
sha256 = "0s5fdivrmhjf6ybr6m2qb1h8hndv2jh2ir29qv36lhy9b7sc9kg5";
};
checkPhase = ''