ansible-lint: 6.16.1 -> 6.17.0

This commit is contained in:
Robert Sliwinski 2023-06-09 15:12:42 +02:00
parent ccde02dcbc
commit c943a4a505

View file

@ -6,12 +6,12 @@
python3.pkgs.buildPythonApplication rec { python3.pkgs.buildPythonApplication rec {
pname = "ansible-lint"; pname = "ansible-lint";
version = "6.16.1"; version = "6.17.0";
format = "pyproject"; format = "pyproject";
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
hash = "sha256-Hyt5Y3n4bi3Ffxv+QoikbJdqHUBtYiHuRuOsgwf3PKM="; hash = "sha256-xtoS6ett1YIjsKSEAKqiXmd69srD2dtB+xtiAG3euzY=";
}; };
postPatch = '' postPatch = ''
@ -28,6 +28,7 @@ python3.pkgs.buildPythonApplication rec {
propagatedBuildInputs = with python3.pkgs; [ propagatedBuildInputs = with python3.pkgs; [
# https://github.com/ansible/ansible-lint/blob/master/.config/requirements.in # https://github.com/ansible/ansible-lint/blob/master/.config/requirements.in
ansible-core ansible-core
ansible-compat
black black
filelock filelock
jsonschema jsonschema