ansible-lint: 6.16.0 -> 6.16.1

This commit is contained in:
Thilo Uttendorfer 2023-05-16 21:45:17 +02:00
parent ab4a501d1e
commit 11f614eb13
No known key found for this signature in database
GPG key ID: 5BD4C3A7A87ABDF9

View file

@ -6,12 +6,12 @@
python3.pkgs.buildPythonApplication rec { python3.pkgs.buildPythonApplication rec {
pname = "ansible-lint"; pname = "ansible-lint";
version = "6.16.0"; version = "6.16.1";
format = "pyproject"; format = "pyproject";
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
hash = "sha256-34Lzk18SCeMHRAjurl6DfM7G/VLB0xJmif9BJKuwpcs="; hash = "sha256-Hyt5Y3n4bi3Ffxv+QoikbJdqHUBtYiHuRuOsgwf3PKM=";
}; };
postPatch = '' postPatch = ''
@ -23,11 +23,6 @@ python3.pkgs.buildPythonApplication rec {
nativeBuildInputs = with python3.pkgs; [ nativeBuildInputs = with python3.pkgs; [
setuptools setuptools
setuptools-scm setuptools-scm
pythonRelaxDepsHook
];
pythonRelaxDeps = [
"ruamel.yaml"
]; ];
propagatedBuildInputs = with python3.pkgs; [ propagatedBuildInputs = with python3.pkgs; [