python3Packages.astroid: 3.1.0 -> 3.2.2

https://github.com/PyCQA/astroid/blob/refs/tags/v3.2.2/ChangeLog
This commit is contained in:
Martin Weinelt
2024-06-24 12:14:43 +02:00
parent 5feb32b3b0
commit 2ac63c5434
@@ -12,7 +12,7 @@
buildPythonPackage rec {
pname = "astroid";
version = "3.1.0"; # Check whether the version is compatible with pylint
version = "3.2.2"; # Check whether the version is compatible with pylint
pyproject = true;
disabled = pythonOlder "3.8";
@@ -21,7 +21,7 @@ buildPythonPackage rec {
owner = "PyCQA";
repo = "astroid";
rev = "refs/tags/v${version}";
hash = "sha256-+cTQHbqoucaNi7rPoyH6Cu07vZMS8KWn5C/A3NXRSwE=";
hash = "sha256-Fc/AjMOz9D9SgkxXvMAhvJcZtj9BsPykg0DX4hEqdB8=";
};
nativeBuildInputs = [ setuptools ];