ansible-lint: 6.17.0 -> 6.17.1

This commit is contained in:
Robert Sliwinski 2023-06-15 10:56:31 +02:00
parent 8e6016e8bc
commit b09cf37c72

View file

@ -6,12 +6,12 @@
python3.pkgs.buildPythonApplication rec {
pname = "ansible-lint";
version = "6.17.0";
version = "6.17.1";
format = "pyproject";
src = fetchPypi {
inherit pname version;
hash = "sha256-xtoS6ett1YIjsKSEAKqiXmd69srD2dtB+xtiAG3euzY=";
hash = "sha256-804zPzVVyZ/zTHePYdRw0eOh623HYJDQ3XuVsslHRcI=";
};
postPatch = ''