Merge pull request #202780 from r-ryantm/auto-update/ansible-lint

ansible-lint: 6.8.6 -> 6.9.0
This commit is contained in:
Mario Rodas 2022-11-27 08:47:56 -05:00 committed by GitHub
commit 9edd8bbef7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -22,13 +22,13 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "ansible-lint"; pname = "ansible-lint";
version = "6.8.6"; version = "6.9.0";
format = "pyproject"; format = "pyproject";
disabled = pythonOlder "3.8"; disabled = pythonOlder "3.8";
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
sha256 = "sha256-Fx/o2tYgeLmBm1x01g61r6ow6py5ybqHBhSeVsVam24="; sha256 = "sha256-FO+RmSDErMmAVH3tC9Qjp6J6CyMnc45ZM0P0RvOxJsY=";
}; };
postPatch = '' postPatch = ''