ansible: v2.9.7 → v2.9.9

This commit is contained in:
Martin Weinelt 2020-05-18 01:25:33 +02:00
parent 6feee80de0
commit 0dea984634
No known key found for this signature in database
GPG Key ID: BD4AA0528F63F17E

View File

@ -18,13 +18,13 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "ansible"; pname = "ansible";
version = "2.9.7"; version = "2.9.9";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "ansible"; owner = "ansible";
repo = "ansible"; repo = "ansible";
rev = "v${version}"; rev = "v${version}";
sha256 = "0miid7h720i630qljcjdmgdblflhrl2pwqjgiq5wm8jr61c3ld6s"; sha256 = "06a9iq7w2cm0hsxaw5irsja8w44gffiw09ly27jxklpa8gv57rml";
}; };
prePatch = '' prePatch = ''