Merge pull request #256191 from nyanotech/asdf

ansible-lint: 6.19.0 -> 6.20.0
This commit is contained in:
Thiago Kenji Okada
2023-09-28 15:10:18 +01:00
committed by GitHub
+2 -2
View File
@@ -6,12 +6,12 @@
python3.pkgs.buildPythonApplication rec {
pname = "ansible-lint";
version = "6.19.0";
version = "6.20.0";
format = "pyproject";
src = fetchPypi {
inherit pname version;
hash = "sha256-JsOqEkljatkIRJ7yBL4KBDpa8R6jvUWUnI5KaA8hfn4=";
hash = "sha256-7BO/LrZUd/Rkq468YiNVKr/mjLP2WD3JEdhGAP0ZGts=";
};
postPatch = ''