diff options
| author | Martin Weinelt <hexa@darmstadt.ccc.de> | 2021-08-18 02:41:41 +0200 |
|---|---|---|
| committer | Martin Weinelt <hexa@darmstadt.ccc.de> | 2021-09-18 03:51:41 +0200 |
| commit | 8fef5752e47de7b585a8e4fc941875a00757ae35 (patch) | |
| tree | a9b28dbd01b59d4efcd821d14bfba0068040ccff | |
| parent | python3Packages.ansible-core.collections: 4.2.0 -> 4.4.0 (diff) | |
| download | nixpkgs-8fef5752e47de7b585a8e4fc941875a00757ae35.tar.gz | |
python3Packages.ansible: 2.9.24 -> 2.9.25
(cherry picked from commit 351eacd7b91c79774b4647e6bbb8aa179eb6e94e)
| -rw-r--r-- | pkgs/development/python-modules/ansible/legacy.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/ansible/legacy.nix b/pkgs/development/python-modules/ansible/legacy.nix index 95b127a0db3b..7eb0f3f94049 100644 --- a/pkgs/development/python-modules/ansible/legacy.nix +++ b/pkgs/development/python-modules/ansible/legacy.nix @@ -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 = '' |
