python3Packages.astroid: 2.9.3 -> 2.11.2

This commit is contained in:
Martin Weinelt 2022-03-31 03:03:04 +02:00
parent 42027924a9
commit df3e27b5bb

View File

@ -14,7 +14,7 @@
buildPythonPackage rec {
pname = "astroid";
version = "2.9.3"; # Check whether the version is compatible with pylint
version = "2.11.2"; # Check whether the version is compatible with pylint
disabled = pythonOlder "3.6.2";
@ -22,7 +22,7 @@ buildPythonPackage rec {
owner = "PyCQA";
repo = pname;
rev = "v${version}";
sha256 = "1x77faggk1dgxy48ng31xj9h6p51w312kvk5zqgvd5f19nvznxyi";
sha256 = "sha256-adnvJCchsMWQxsIlenndUb6Mw1MgCNAanZcTmssmsEc=";
};
SETUPTOOLS_SCM_PRETEND_VERSION = version;