python3Packages.astroid: 4.0.3 -> 4.2.0

https://github.com/PyCQA/astroid/blob/v4.2.0/ChangeLog
This commit is contained in:
Martin Weinelt
2026-07-13 02:24:37 +02:00
parent eed26fc194
commit 45f05953c9

View File

@@ -10,14 +10,14 @@
buildPythonPackage (finalAttrs: {
pname = "astroid";
version = "4.0.3"; # Check whether the version is compatible with pylint
version = "4.2.0"; # Check whether the version is compatible with pylint
pyproject = true;
src = fetchFromGitHub {
owner = "PyCQA";
repo = "astroid";
tag = "v${finalAttrs.version}";
hash = "sha256-5p1xY6EWviSgmrLVOx3w7RcG/Vpx+sUtVndoxXrIFTQ=";
hash = "sha256-PwKGAk9tiQzxWydEREg0l0cF4J56SNRwhGRCVjmRoCo=";
};
build-system = [ setuptools ];