Merge pull request #325795 from teutat3s/ansible-lint-24.6.1
ansible-lint: 24.2.2 -> 24.7.0
This commit is contained in:
commit
267fe6510c
@ -6,12 +6,13 @@
|
||||
|
||||
python3.pkgs.buildPythonApplication rec {
|
||||
pname = "ansible-lint";
|
||||
version = "24.2.2";
|
||||
version = "24.7.0";
|
||||
format = "pyproject";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
hash = "sha256-6ElHbhUC435aRsJijJkyYM5GS995dRljc13MtoMFGX4=";
|
||||
inherit version;
|
||||
pname = "ansible_lint";
|
||||
hash = "sha256-yi7cfk6AzxnfSyjL9MEY92HObN1qXvnIVh5FTtevWiQ=";
|
||||
};
|
||||
|
||||
postPatch = ''
|
||||
@ -35,6 +36,7 @@ python3.pkgs.buildPythonApplication rec {
|
||||
ansible-compat
|
||||
black
|
||||
filelock
|
||||
importlib-metadata
|
||||
jsonschema
|
||||
packaging
|
||||
pyyaml
|
||||
|
Loading…
Reference in New Issue
Block a user