ansible-lint: 25.4.0 -> 25.5.0 (#413135)

This commit is contained in:
Sandro
2025-06-10 18:38:33 +02:00
committed by GitHub
+2 -2
View File
@@ -8,13 +8,13 @@
python3Packages.buildPythonApplication rec {
pname = "ansible-lint";
version = "25.4.0";
version = "25.5.0";
pyproject = true;
src = fetchPypi {
inherit version;
pname = "ansible_lint";
hash = "sha256-8vKzGtGZklsjQ/ZgVS+5Rolw8WwsXVfan+rnDsTuyn0=";
hash = "sha256-QYJSDyM+70JIvEz0tgdOJc2vW+Ic+b6USqvIXfVAfpw=";
};
postPatch = ''