python3Packages.astroid: 2.7.2 -> 2.7.3

This commit is contained in:
Martin Weinelt 2021-08-31 00:17:06 +02:00
parent 43c225d3ce
commit 92571ee890

View File

@ -13,7 +13,7 @@
buildPythonPackage rec {
pname = "astroid";
version = "2.7.2"; # Check whether the version is compatible with pylint
version = "2.7.3"; # Check whether the version is compatible with pylint
disabled = pythonOlder "3.6";
@ -21,7 +21,7 @@ buildPythonPackage rec {
owner = "PyCQA";
repo = pname;
rev = "v${version}";
sha256 = "1vlibff93z9fvkniviwzizsfffw1j0ywkh4rragnlps797143iv4";
sha256 = "08qxw58cdyglkni6ahyil4cmnb48zz0wr4v05gzqk4r5ifs4gl2m";
};
SETUPTOOLS_SCM_PRETEND_VERSION=version;