Merge pull request #48073 from sengaya/ansible-lint-2.4.23

ansible-lint: 3.4.20 -> 3.4.23
This commit is contained in:
Joachim F 2018-10-09 08:50:23 +00:00 committed by GitHub
commit 83af0d8db4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,13 +2,13 @@
pythonPackages.buildPythonPackage rec {
pname = "ansible-lint";
version = "3.4.20";
version = "3.4.23";
src = fetchFromGitHub {
owner = "willthames";
repo = "ansible-lint";
rev = "v${version}";
sha256 = "0wgczijrg5azn2f63hjbkas1w0f5hbvxnk3ia53w69mybk0gy044";
sha256 = "0cnfgxh5m7alzm811hc95jigbca5vc1pf8fjazmsakmhdjyfbpb7";
};
propagatedBuildInputs = with pythonPackages; [ pyyaml six ] ++ [ ansible ];