diff options
| author | Martin Weinelt <hexa@darmstadt.ccc.de> | 2021-09-14 19:44:59 +0200 |
|---|---|---|
| committer | Martin Weinelt <hexa@darmstadt.ccc.de> | 2021-09-18 03:51:41 +0200 |
| commit | 68ba4fd43ca450a0a37aa26cf6384236a927ce70 (patch) | |
| tree | f59c6e7071fe7761c4cc288ec033defce31ce226 | |
| parent | ansible_2_11.collections: 4.4.0 -> 4.5.0 (diff) | |
| download | nixpkgs-68ba4fd43ca450a0a37aa26cf6384236a927ce70.tar.gz | |
ansible_2_11: 2.11.4 -> 2.11.5
(cherry picked from commit 31f932af46864ad5b18d8837586b9e6b9e5f89a8)
| -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 9b81a3e3375f..b64942b10780 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.4"; + version = "2.11.5"; src = fetchPypi { inherit pname version; - sha256 = "sha256-Iuqnwt/myHXprjgDI/HLpiWcYFCl5MiBn4X5KzaD6kk="; + sha256 = "sha256-fTzkcBQSKQdFRwQ2NIXkhRP4rQ8AE4uIhw622IlT0SE="; }; # ansible_connection is already wrapped, so don't pass it through |
