python3Packages.pylint: 4.0.5 -> 4.0.6 (#532179)

This commit is contained in:
dotlambda
2026-06-20 02:46:53 +00:00
committed by GitHub
@@ -23,14 +23,14 @@
buildPythonPackage (finalAttrs: {
pname = "pylint";
version = "4.0.5";
version = "4.0.6";
pyproject = true;
src = fetchFromGitHub {
owner = "pylint-dev";
repo = "pylint";
tag = "v${finalAttrs.version}";
hash = "sha256-RMoX3RR7T54Bvx0bBSmyuEsezqkxfdE/hIUa4G9exjQ=";
hash = "sha256-vg33n+MHCQTYeiMYmKJ7wORLx7Z/wv4t8v3u7k1keh4=";
};
build-system = [ setuptools ];