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