python37Packages.pytest-pylint: 0.17.0 -> 0.18.0

This commit is contained in:
R. RyanTM 2020-11-10 07:00:04 +00:00 committed by Jonathan Ringer
parent c183f1252f
commit 38763f10bd

View file

@ -11,12 +11,12 @@
buildPythonPackage rec {
pname = "pytest-pylint";
version = "0.17.0";
version = "0.18.0";
disabled = isPy27;
src = fetchPypi {
inherit pname version;
sha256 = "b0c177d63f6e3f5b82fa2720a6570dd2ecff1616c26ed6d02d0cbf75fd98ddf9";
sha256 = "790c7a8019fab08e59bd3812db1657a01995a975af8b1c6ce95b9aa39d61da27";
};
nativeBuildInputs = [ pytestrunner ];