ansible_2_9: 2.9.22 -> 2.9.23

This commit is contained in:
Martin Weinelt 2021-06-22 15:06:58 +02:00
parent 10be06813d
commit e578f0f7d0
No known key found for this signature in database
GPG key ID: 87C1E9888F856759

View file

@ -18,13 +18,13 @@
buildPythonPackage rec {
pname = "ansible";
version = "2.9.22";
version = "2.9.23";
src = fetchFromGitHub {
owner = "ansible";
repo = "ansible";
rev = "v${version}";
sha256 = "0gkv59cfxzs0ahgkxmmx9sqnfb2xqr10q4yh2662nbzajmvqmfgm";
sha256 = "0mikykpzyqpmaiczz53f71mcyc4qvahi9ckn7wgfx7sw7s2z3skk";
};
prePatch = ''