ansible-lint: 24.9.0 -> 24.9.2

This commit is contained in:
R. Ryantm 2024-09-24 04:55:13 +00:00
parent ee35dc7c19
commit 3756dd83dd

View File

@ -6,13 +6,13 @@
python3.pkgs.buildPythonApplication rec {
pname = "ansible-lint";
version = "24.9.0";
version = "24.9.2";
format = "pyproject";
src = fetchPypi {
inherit version;
pname = "ansible_lint";
hash = "sha256-uMnJTGw7xotDvPewZ+KG+CAeNBdyx9Pb2wNk7KsrOUQ=";
hash = "sha256-fP9sWvEO+Za3xgEMvUjJFZJ2SuCY8rBUCHJomaEGan8=";
};
postPatch = ''