python: pylint: 1.9.2 -> 2.0.0

This commit is contained in:
Frederik Rietdijk 2018-07-22 12:17:51 +02:00
parent aacf5b1e95
commit 3bbdf27a16

@ -3,11 +3,11 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "pylint"; pname = "pylint";
version = "1.9.2"; version = "2.0.0";
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
sha256 = "fff220bcb996b4f7e2b0f6812fd81507b72ca4d8c4d05daf2655c333800cb9b3"; sha256 = "9cd70527ef3b099543eeabeb5c80ff325d86b477aa2b3d49e264e12d12153bc8";
}; };
buildInputs = [ pytest pytestrunner mccabe configparser backports_functools_lru_cache ]; buildInputs = [ pytest pytestrunner mccabe configparser backports_functools_lru_cache ];