about 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-10-11 19:19:39 +0200
committerMartin Weinelt <hexa@darmstadt.ccc.de>2021-10-11 19:19:39 +0200
commit390c80228c26e4a5a2b67c58b40cefb62d3abad6 (patch)
tree2eebba378d9d4a5b4ffab7683c0f3e3a274e0f05 /pkgs/development/python-modules/ansible
parent8be8e6da4e6df079be93715738c3f6e26571182c (diff)
ansible_2_9: 2.9.26 -> 2.9.27
Diffstat (limited to 'pkgs/development/python-modules/ansible')
-rw-r--r--pkgs/development/python-modules/ansible/legacy.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/ansible/legacy.nix b/pkgs/development/python-modules/ansible/legacy.nix
index 3957e109c7c00..50662b43f32c0 100644
--- a/pkgs/development/python-modules/ansible/legacy.nix
+++ b/pkgs/development/python-modules/ansible/legacy.nix
@@ -18,11 +18,11 @@
 
 buildPythonPackage rec {
   pname = "ansible";
-  version = "2.9.26";
+  version = "2.9.27";
 
   src = fetchPypi {
     inherit pname version;
-    sha256 = "sha256-OuAqrSu+3PtBnOdevSpkjp3rc+ni2N6GyC1gR7G962M=";
+    sha256 = "sha256-R5FZ5Qs72Qkg0GvFlBDDpR0/m+m04QKeEdHkotBwVzY=";
   };
 
   prePatch = ''