python311Packages.astroid: 3.0.1 -> 3.0.2

Changelog: https://github.com/PyCQA/astroid/blob/refs/tags/v3.0.2/ChangeLog
This commit is contained in:
Gaetan Lepage
2024-01-12 15:53:37 +01:00
parent 8bb118403b
commit 17aad7ce46
@@ -11,7 +11,7 @@
buildPythonPackage rec {
pname = "astroid";
version = "3.0.1"; # Check whether the version is compatible with pylint
version = "3.0.2"; # 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-z6FmB3I3VmiIx0MSsrkvHmDVv2h3CaaeXlDG3DewGXw=";
hash = "sha256-KTmFJKlymI1ACWk3UhbkZF/dB9W8/h6kaAfKLL3yiCA=";
};
nativeBuildInputs = [