python: pylint: 1.8.2 -> 1.8.3

This commit is contained in:
Frederik Rietdijk 2018-04-04 20:14:44 +02:00
parent 4791b8387f
commit c85ffe1069

View File

@ -4,11 +4,11 @@
buildPythonPackage rec { buildPythonPackage rec {
name = "${pname}-${version}"; name = "${pname}-${version}";
pname = "pylint"; pname = "pylint";
version = "1.8.2"; version = "1.8.3";
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
sha256 = "4fe3b99da7e789545327b75548cee6b511e4faa98afe268130fea1af4b5ec022"; sha256 = "c77311859e0c2d7932095f30d2b1bfdc4b6fe111f534450ba727a52eae330ef2";
}; };
buildInputs = [ pytest pytestrunner mccabe configparser backports_functools_lru_cache ]; buildInputs = [ pytest pytestrunner mccabe configparser backports_functools_lru_cache ];