python3Packages.pylint: 3.3.7 -> 4.0.2
https://github.com/pylint-dev/pylint/releases/tag/v4.0.2
This commit is contained in:
committed by
Robert Schütz
parent
ac5d83b6b7
commit
568fb3c70b
@@ -23,7 +23,7 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "pylint";
|
||||
version = "3.3.7";
|
||||
version = "4.0.2";
|
||||
pyproject = true;
|
||||
|
||||
disabled = pythonOlder "3.8";
|
||||
@@ -32,7 +32,7 @@ buildPythonPackage rec {
|
||||
owner = "pylint-dev";
|
||||
repo = "pylint";
|
||||
tag = "v${version}";
|
||||
hash = "sha256-EMLnwFurIhTdUJqy9/DLTuucDhlmA5fCPZZ6TA87nEU=";
|
||||
hash = "sha256-DzS5ORhFWmA+eEhGDdpXdHLgWTfw198S7pQueBk44Cw=";
|
||||
};
|
||||
|
||||
build-system = [ setuptools ];
|
||||
|
||||
Reference in New Issue
Block a user