pythonPackages.pytest-flake8: 0.9.1 -> 1.0.0

This commit is contained in:
Jaakko Luttinen 2018-03-28 10:15:34 +03:00
parent 56fb68dcef
commit aef1900923
No known key found for this signature in database
GPG Key ID: 7B1CE13152E6B964

View File

@ -1,9 +1,8 @@
{lib, buildPythonPackage, fetchPypi, fetchpatch, pytest, flake8}:
buildPythonPackage rec {
name = "${pname}-${version}";
pname = "pytest-flake8";
version = "0.9.1";
version = "1.0.0";
# although pytest is a runtime dependency, do not add it as
# propagatedBuildInputs in order to allow packages depend on another version
@ -13,7 +12,7 @@ buildPythonPackage rec {
src = fetchPypi {
inherit pname version;
sha256 = "0032l4x2i5qn7ikaaw0kjs9f4ccpas21j564spyxwmx50wnhf5p7";
sha256 = "01driw4sc6nfi3m3ii7d074pxi3h1h4mbiyad9crg5i1l5jxx5ir";
};
checkPhase = ''