summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Weinelt <hexa@darmstadt.ccc.de>2021-10-11 19:19:39 +0200
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2021-10-11 19:11:43 +0000
commit46d06b8aef65c342c6024e56805deae6d553e366 (patch)
tree57c166493506ddb0d3a738d980e861a9bea1c32b
parentansible_2_10: 2.10.14 -> 2.10.15 (diff)
downloadnixpkgs-origin/backport-141276-to-release-21.05.tar.gz
ansible_2_9: 2.9.26 -> 2.9.27origin/backport-141276-to-release-21.05
(cherry picked from commit 390c80228c26e4a5a2b67c58b40cefb62d3abad6)
-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 3957e109c7c0..50662b43f32c 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 = ''