summary refs log tree commit diff
path: root/pkgs/development/python-modules/ansible/core.nix
diff options
context:
space:
mode:
authorShaun Smiley <senorsmile@gmail.com>2022-04-25 13:58:54 -0700
committerJonathan Ringer <jonringer@users.noreply.github.com>2022-04-25 21:18:23 -0700
commit2866c3f4cab5322b17a8c8324fb032ac5ed294fb (patch)
tree480bcf172f7fde70a63ac918b84bb388e52cc09a /pkgs/development/python-modules/ansible/core.nix
parent6885610b2044bd9a5ac1e4fedec199cc2a16ce5d (diff)
downloadnixpkgs-2866c3f4cab5322b17a8c8324fb032ac5ed294fb.tar
nixpkgs-2866c3f4cab5322b17a8c8324fb032ac5ed294fb.tar.gz
nixpkgs-2866c3f4cab5322b17a8c8324fb032ac5ed294fb.tar.bz2
nixpkgs-2866c3f4cab5322b17a8c8324fb032ac5ed294fb.tar.lz
nixpkgs-2866c3f4cab5322b17a8c8324fb032ac5ed294fb.tar.xz
nixpkgs-2866c3f4cab5322b17a8c8324fb032ac5ed294fb.tar.zst
nixpkgs-2866c3f4cab5322b17a8c8324fb032ac5ed294fb.zip
upgrade ansible-core to 2.12.5
Diffstat (limited to 'pkgs/development/python-modules/ansible/core.nix')
-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 fc242ccd10a..e3601341a0b 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.12.3";
+  version = "2.12.5";
 
   src = fetchPypi {
     inherit pname version;
-    sha256 = "sha256-ihNan3TJfKtndZKTdErTQ1D3GVI+i9m7kAjfTPlTryA=";
+    sha256 = "sha256-HMyZRPEBMxra0e1A1axmqBSRMwUq402wJnp0qnO+67M=";
   };
 
   # ansible_connection is already wrapped, so don't pass it through