ansible-lint: 24.7.0 -> 24.9.0 (#341743)

This commit is contained in:
OTABI Tomoya
2024-09-21 15:34:58 +09:00
committed by GitHub
+2 -2
View File
@@ -6,13 +6,13 @@
python3.pkgs.buildPythonApplication rec {
pname = "ansible-lint";
version = "24.7.0";
version = "24.9.0";
format = "pyproject";
src = fetchPypi {
inherit version;
pname = "ansible_lint";
hash = "sha256-yi7cfk6AzxnfSyjL9MEY92HObN1qXvnIVh5FTtevWiQ=";
hash = "sha256-uMnJTGw7xotDvPewZ+KG+CAeNBdyx9Pb2wNk7KsrOUQ=";
};
postPatch = ''