python3Packages.pylint: 2.12.1 -> 2.12.2

This commit is contained in:
Jonathan Ringer 2021-12-03 11:03:55 -08:00
parent 904ed45698
commit 18c32a4394
No known key found for this signature in database
GPG Key ID: 5C841D3CFDFEC4E0

View File

@ -17,7 +17,7 @@
buildPythonPackage rec {
pname = "pylint";
version = "2.12.1";
version = "2.12.2";
disabled = pythonOlder "3.6";
@ -25,7 +25,7 @@ buildPythonPackage rec {
owner = "PyCQA";
repo = pname;
rev = "v${version}";
sha256 = "0vvf5b9cwp85mcz7j7zn2pa1m5avmnadi4z50jh3dga9njp8hl97";
sha256 = "sha256-seBYBTB+8PLIovqxVohkoQEfDAZI1fehLgXuHeTx9Wo=";
};
nativeBuildInputs = [