summary refs log tree commit diff
path: root/pkgs/development/python-modules/ansible
diff options
context:
space:
mode:
authorMartin Weinelt <hexa@darmstadt.ccc.de>2021-11-09 12:15:45 +0100
committerMartin Weinelt <hexa@darmstadt.ccc.de>2021-11-09 12:30:26 +0100
commitab8c049e63929ce5e5de1d9672cc0d2f31fc7b0f (patch)
treeaaabd74c30a5e6981bd588aeb839bbf0027b01f6 /pkgs/development/python-modules/ansible
parent1b7f2e8b3e9887ac130355bcdf449afc5a70e94c (diff)
downloadnixpkgs-ab8c049e63929ce5e5de1d9672cc0d2f31fc7b0f.tar
nixpkgs-ab8c049e63929ce5e5de1d9672cc0d2f31fc7b0f.tar.gz
nixpkgs-ab8c049e63929ce5e5de1d9672cc0d2f31fc7b0f.tar.bz2
nixpkgs-ab8c049e63929ce5e5de1d9672cc0d2f31fc7b0f.tar.lz
nixpkgs-ab8c049e63929ce5e5de1d9672cc0d2f31fc7b0f.tar.xz
nixpkgs-ab8c049e63929ce5e5de1d9672cc0d2f31fc7b0f.tar.zst
nixpkgs-ab8c049e63929ce5e5de1d9672cc0d2f31fc7b0f.zip
python3Packages.ansible-core: 2.11.6 -> 2.12.0
And add an override for ansible_2_11 at 2.11.6.
Diffstat (limited to 'pkgs/development/python-modules/ansible')
-rw-r--r--pkgs/development/python-modules/ansible/core.nix4
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 73362f9359c..904a94717a9 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.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