python3Packages.pylint: 2.13.3 -> 2.13.4

This commit is contained in:
Martin Weinelt 2022-04-03 16:23:33 +02:00
parent 04cc709898
commit 8502ec56ec

View File

@ -19,7 +19,7 @@
buildPythonPackage rec {
pname = "pylint";
version = "2.13.3";
version = "2.13.4";
disabled = pythonOlder "3.6";
@ -27,7 +27,7 @@ buildPythonPackage rec {
owner = "PyCQA";
repo = pname;
rev = "v${version}";
sha256 = "sha256-m/wmds95+DGHHJvBHU+icFtXUmY7qI+Ga9YmSQagFoc=";
sha256 = "sha256-CMbw6D6szQvur+13halZrskSV/9rDaThMGLeGxfjqWo=";
};
nativeBuildInputs = [