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 {
pname = "ansible";
version = "2.9.7";
version = "2.9.9";
src = fetchFromGitHub {
owner = "ansible";
repo = "ansible";
rev = "v${version}";
sha256 = "0miid7h720i630qljcjdmgdblflhrl2pwqjgiq5wm8jr61c3ld6s";
sha256 = "06a9iq7w2cm0hsxaw5irsja8w44gffiw09ly27jxklpa8gv57rml";
};
prePatch = ''