python3Packages.ansible-core: 2.11.6 -> 2.12.0

And add an override for ansible_2_11 at 2.11.6.
This commit is contained in:
Martin Weinelt
2021-11-09 12:15:45 +01:00
parent 1b7f2e8b3e
commit ab8c049e63
2 changed files with 15 additions and 5 deletions

View File

@@ -29,11 +29,11 @@ let
in
buildPythonPackage rec {
pname = "ansible-core";
version = "2.11.6";
version = "2.12.0";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-k9UCg8fFtHbev4PcCJs/Z5uTmouae11ijSjar7s9MDo=";
sha256 = "sha256-DpBJoauLjFTdyAc43AqytXhwvm/kzU5VhdRxVHq3SxM=";
};
# ansible_connection is already wrapped, so don't pass it through