ansible_2_9: 2.9.25 -> 2.9.26

This commit is contained in:
Martin Weinelt 2021-09-14 19:48:53 +02:00 committed by Jonathan Ringer
parent 4156a5516d
commit 662df6f4ab

View File

@ -18,11 +18,11 @@
buildPythonPackage rec {
pname = "ansible";
version = "2.9.25";
version = "2.9.26";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-i88sL1xgnluREUyosOQibWA7h/K+cdyzOOi30626oo8=";
sha256 = "sha256-OuAqrSu+3PtBnOdevSpkjp3rc+ni2N6GyC1gR7G962M=";
};
prePatch = ''