python310Packages.astroid: 2.14.2 -> 2.15.6

https://github.com/PyCQA/astroid/blob/refs/tags/v2.15.6/ChangeLog
This commit is contained in:
Martin Weinelt
2023-07-28 12:15:37 +02:00
parent b9af64aad2
commit 95558af10f
@@ -14,7 +14,7 @@
buildPythonPackage rec {
pname = "astroid";
version = "2.14.2"; # Check whether the version is compatible with pylint
version = "2.15.6"; # Check whether the version is compatible with pylint
format = "pyproject";
disabled = pythonOlder "3.7.2";
@@ -23,7 +23,7 @@ buildPythonPackage rec {
owner = "PyCQA";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-SIBzn57UNn/sLuDWt391M/kcCyjCocHmL5qi2cSX2iA=";
hash = "sha256-0oNNEVD8rYGkM11nGUD+XMwE7xgk7mJIaplrAXaECFg=";
};
nativeBuildInputs = [