Martin Weinelt 2022-07-15 19:49:53 +02:00
parent 599d078a28
commit b9a02149bb

View File

@ -16,7 +16,7 @@
buildPythonPackage rec {
pname = "astroid";
version = "2.11.5"; # Check whether the version is compatible with pylint
version = "2.11.7"; # Check whether the version is compatible with pylint
disabled = pythonOlder "3.6.2";
@ -24,7 +24,7 @@ buildPythonPackage rec {
owner = "PyCQA";
repo = pname;
rev = "v${version}";
sha256 = "sha256-GKda3hNdOrsd11pi+6NpYodW4TAgSvqbv2hF4GaIvtM=";
sha256 = "sha256-HpniGxKf+daMh/sxP9T9UriYRrUFWqk7kDa8r+EqtVI=";
};
SETUPTOOLS_SCM_PRETEND_VERSION = version;