Merge pull request #52140 from r-ryantm/auto-update/python2.7-ansible-lint

ansible-lint: 3.4.23 -> 3.5.1
This commit is contained in:
Joachim F 2019-01-25 17:22:30 +00:00 committed by GitHub
commit db478a342c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

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