ansible-lint: 25.8.1 -> 25.8.2

(cherry picked from commit 7741401e73)
This commit is contained in:
R. Ryantm
2025-08-26 13:38:52 +00:00
committed by github-actions[bot]
parent 0155eaa5cd
commit 2e66f4f533

View File

@@ -8,13 +8,13 @@
python3Packages.buildPythonApplication rec {
pname = "ansible-lint";
version = "25.8.1";
version = "25.8.2";
pyproject = true;
src = fetchPypi {
inherit version;
pname = "ansible_lint";
hash = "sha256-BAWePPW2ROeW4h1EUARiHR4kVOOuto0e6gpJ9lDvMhk=";
hash = "sha256-Nd093RLYBjh2kVvy8GuaG4D9J6fLHKTOUcjOu4RpCSI=";
};
postPatch = ''