ansible_2_11: 2.11.4 -> 2.11.5

(cherry picked from commit 31f932af46864ad5b18d8837586b9e6b9e5f89a8)
This commit is contained in:
Martin Weinelt 2021-09-14 19:44:59 +02:00
parent c1aea1347e
commit 68ba4fd43c
1 changed files with 2 additions and 2 deletions

View File

@ -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