python3Packages.ansible: 2.9.24 -> 2.9.25
(cherry picked from commit 351eacd7b91c79774b4647e6bbb8aa179eb6e94e)
This commit is contained in:
parent
27a85d3fb6
commit
8fef5752e4
@ -18,11 +18,11 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "ansible";
|
||||
version = "2.9.24";
|
||||
version = "2.9.25";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "sha256-DC9Tt75z3cNCPZZY/NGQeYl9Wx/FM8StVQ21ixea64o=";
|
||||
sha256 = "sha256-i88sL1xgnluREUyosOQibWA7h/K+cdyzOOi30626oo8=";
|
||||
};
|
||||
|
||||
prePatch = ''
|
||||
|
Loading…
x
Reference in New Issue
Block a user