Merge pull request #261250 from r-ryantm/auto-update/python310Packages.pytest-pylint

python310Packages.pytest-pylint: 0.19.0 -> 0.21.0
This commit is contained in:
Weijia Wang 2023-10-28 03:24:50 +02:00 committed by GitHub
commit 0f4228c73a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,14 +10,14 @@
buildPythonPackage rec {
pname = "pytest-pylint";
version = "0.19.0";
version = "0.21.0";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-2I6DwQI8ZBVIqew1Z3B87udhZjKphq8TNCbUp00GaTI=";
hash = "sha256-iHZLjh1c+hiAkkjgzML8BQNfCMNfCwIi3c/qHDxOVT4=";
};
postPatch = ''