python: pylint: 1.9.2 -> 1.9.3

This commit is contained in:
Frederik Rietdijk 2018-11-11 14:47:26 +01:00
parent 2fc1cc8e40
commit d6198515b4

View File

@ -4,11 +4,11 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "pylint"; pname = "pylint";
version = "1.9.2"; version = "1.9.3";
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
sha256 = "1cxr1j037hsm4spmvl64v2j2rdq72pc2z0gnn3iggd4np6y21wpz"; sha256 = "09bc539f85706f2cca720a7ddf28f5c6cf8185708d6cb5bbf7a90a32c3b3b0aa";
}; };
checkInputs = [ pytest pytestrunner pyenchant ]; checkInputs = [ pytest pytestrunner pyenchant ];