[Backport release-25.05] ansible-lint: 25.7.0 -> 25.8.1 (#459812)

This commit is contained in:
nixpkgs-ci[bot]
2025-11-09 19:04:04 +00:00
committed by GitHub

View File

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