Merge pull request #66121 from r-ryantm/auto-update/python3.7-pytest-pylint

python37Packages.pytest-pylint: 0.14.0 -> 0.14.1
This commit is contained in:
Mario Rodas 2019-08-05 19:05:06 -05:00 committed by GitHub
commit f6ba785773
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,11 +9,11 @@
buildPythonPackage rec {
pname = "pytest-pylint";
version = "0.14.0";
version = "0.14.1";
src = fetchPypi {
inherit pname version;
sha256 = "7bfbb66fc6dc160193a9e813a7c55e5ae32028f18660deeb90e1cb7e980cbbac";
sha256 = "1v6jqxbvzaw6v3xxwd689agy01k0j06q5c3q8gn2f3jlkrvylf4c";
};
buildInputs = [ pytestrunner ];