diff options
| author | Martin Weinelt <hexa@darmstadt.ccc.de> | 2021-07-20 03:23:47 +0200 |
|---|---|---|
| committer | Martin Weinelt <hexa@darmstadt.ccc.de> | 2021-09-18 03:51:40 +0200 |
| commit | 0c9daa6b7a360c05cd5e265c8f8a2d22a98a0ecf (patch) | |
| tree | e7d41f5b8b672b98636a960c8e08a54e8fbf5808 | |
| parent | ansible, ansible_2_10: internalize collections package (diff) | |
| download | nixpkgs-0c9daa6b7a360c05cd5e265c8f8a2d22a98a0ecf.tar.gz | |
python3Packages.ansible-core: 2.11.2 -> 2.11.3
(cherry picked from commit 1e462be4ebd7317e5343f77049625ed09f7aade8)
| -rw-r--r-- | pkgs/development/python-modules/ansible/core.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/ansible/core.nix b/pkgs/development/python-modules/ansible/core.nix index 4dd606c9adbf..ba29b0fb092b 100644 --- a/pkgs/development/python-modules/ansible/core.nix +++ b/pkgs/development/python-modules/ansible/core.nix @@ -29,11 +29,11 @@ let in buildPythonPackage rec { pname = "ansible-core"; - version = "2.11.2"; + version = "2.11.3"; src = fetchPypi { inherit pname version; - sha256 = "1syadgzn5ww5bhq9s2py4h1hkh11h7aac5b37zi8rw2xfvdc7r2s"; + sha256 = "sha256-DO0bT2cZftsntQk0yV1MtkTG1jXXLH+CbEQl3+RTdnQ="; }; # ansible_connection is already wrapped, so don't pass it through |
