ansible-lint: 25.2.1 -> 25.4.0

This commit is contained in:
R. Ryantm
2025-05-02 22:23:15 +00:00
parent b539370717
commit 3d8eddc934
+2 -2
View File
@@ -8,13 +8,13 @@
python3Packages.buildPythonApplication rec {
pname = "ansible-lint";
version = "25.2.1";
version = "25.4.0";
pyproject = true;
src = fetchPypi {
inherit version;
pname = "ansible_lint";
hash = "sha256-7Esfz6i+8T9Uf+76IupoZN79kCs6Jn749MU0GXb0X/E=";
hash = "sha256-8vKzGtGZklsjQ/ZgVS+5Rolw8WwsXVfan+rnDsTuyn0=";
};
postPatch = ''