ansible-lint: 6.8.2 -> 6.8.5

This commit is contained in:
R. Ryantm 2022-11-01 13:16:24 +00:00
parent 8fc819a601
commit 48bb283712

View File

@ -22,13 +22,13 @@
buildPythonPackage rec {
pname = "ansible-lint";
version = "6.8.2";
version = "6.8.5";
format = "pyproject";
disabled = pythonOlder "3.8";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-F9+ssNkTmkNczyCVI04gSR1Vb3rbl97diRtAVm4xZVM=";
sha256 = "sha256-r+lWJWLp5tGxehhltUDU9xZb8Bz+8q0DA9HK1q05f4g=";
};
postPatch = ''