ansible-lint: 3.4.23 -> 3.5.1

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python2.7-ansible-lint/versions
This commit is contained in:
R. RyanTM 2018-12-14 17:07:10 -08:00
parent e0950ae9ad
commit 221762cc5d

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 ];