python311Packages.astroid: 3.0.2 -> 3.1.0

changelog: https://github.com/pylint-dev/astroid/releases/tag/v3.1.0
This commit is contained in:
Funkeleinhorn 2024-03-03 21:52:00 +01:00 committed by Martin Weinelt
parent 147d7f9df5
commit 9885fe7314

View File

@ -11,7 +11,7 @@
buildPythonPackage rec {
pname = "astroid";
version = "3.0.2"; # Check whether the version is compatible with pylint
version = "3.1.0"; # Check whether the version is compatible with pylint
pyproject = true;
disabled = pythonOlder "3.8";
@ -20,7 +20,7 @@ buildPythonPackage rec {
owner = "PyCQA";
repo = "astroid";
rev = "refs/tags/v${version}";
hash = "sha256-KTmFJKlymI1ACWk3UhbkZF/dB9W8/h6kaAfKLL3yiCA=";
hash = "sha256-+cTQHbqoucaNi7rPoyH6Cu07vZMS8KWn5C/A3NXRSwE=";
};
nativeBuildInputs = [