Merge pull request #222983 from r-ryantm/auto-update/python310Packages.ansible-lint

python310Packages.ansible-lint: 6.14.2 -> 6.14.3
This commit is contained in:
Mario Rodas 2023-03-26 08:52:38 -05:00 committed by GitHub
commit bdfe386195
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -22,14 +22,14 @@
buildPythonPackage rec {
pname = "ansible-lint";
version = "6.14.2";
version = "6.14.3";
format = "pyproject";
disabled = pythonOlder "3.8";
src = fetchPypi {
inherit pname version;
hash = "sha256-3ofvEEMCwsb8tDeYp1xC1PClwH6IfCodB6C1qft3TeA=";
hash = "sha256-c+xZkptiFPbSzlhYwixk46HaunuM3BJxgzu208cVVEk=";
};
postPatch = ''