python310Packages.pytest-pylint: 0.19.0 -> 0.21.0

This commit is contained in:
R. Ryantm 2023-10-15 17:14:08 +00:00
parent d4e6749f94
commit 884f473583

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 = ''