ansible-lint: 24.9.0 -> 24.9.2 (#344129)

This commit is contained in:
Nick Cao
2024-09-24 18:00:03 -04:00
committed by GitHub
+2 -2
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 = ''