python311Packages.pylint: 3.0.2 -> 3.0.3

Changelog: https://github.com/pylint-dev/pylint/releases/tag/v3.0.3
This commit is contained in:
Gaetan Lepage
2023-12-20 20:46:19 +01:00
committed by Martin Weinelt
parent 3638ba2105
commit a245b3da25
@@ -22,7 +22,7 @@
buildPythonPackage rec {
pname = "pylint";
version = "3.0.2";
version = "3.0.3";
pyproject = true;
disabled = pythonOlder "3.8";
@@ -31,7 +31,7 @@ buildPythonPackage rec {
owner = "pylint-dev";
repo = "pylint";
rev = "refs/tags/v${version}";
hash = "sha256-q0UZ146jxzWV/ld5I+Zz1SQ4dq+SncoptiXVOX6vI3c=";
hash = "sha256-JwSzit4oDxAqrQFlvTNF7lrirhaHbJ15MRKbl7c7bEg=";
};
nativeBuildInputs = [