python312Packages.pylint: 3.1.1 -> 3.2.3

https://github.com/pylint-dev/pylint/releases/tag/v3.2.3
This commit is contained in:
Martin Weinelt
2024-06-24 12:18:26 +02:00
parent d1e288438d
commit 788fd6ee8f
@@ -23,7 +23,7 @@
buildPythonPackage rec {
pname = "pylint";
version = "3.1.1";
version = "3.2.3";
pyproject = true;
disabled = pythonOlder "3.8";
@@ -32,7 +32,7 @@ buildPythonPackage rec {
owner = "pylint-dev";
repo = "pylint";
rev = "refs/tags/v${version}";
hash = "sha256-LmpLt2GCzYU73BUpORHaFbGqkxyYqoPoKZpUJSChqKQ=";
hash = "sha256-J+68YwjVhaMPlvLCMI/BdnUCQPDYU9u0pIvOYlbzWvs=";
};
build-system = [ setuptools ];