ansible-lint: 25.6.1 -> 25.7.0 (#429747)

Co-authored-by: HarisDotParis <HarisDotParis@users.noreply.github.com>
This commit is contained in:
nixpkgs-merge-bot[bot]
2025-07-31 09:42:27 +00:00
committed by GitHub
+2 -2
View File
@@ -8,13 +8,13 @@
python3Packages.buildPythonApplication rec {
pname = "ansible-lint";
version = "25.6.1";
version = "25.7.0";
pyproject = true;
src = fetchPypi {
inherit version;
pname = "ansible_lint";
hash = "sha256-ah3St6nz8gLJ6SpsgClv8zyoYzSMOs+Xj4D7DUU23OQ=";
hash = "sha256-mvz0GZl84f/FesqjpW83e86M7rnbEOarhP1WXQm+QIs=";
};
postPatch = ''