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-09-14 19:46:03 +0200
committerJonathan Ringer <jonringer@users.noreply.github.com>2021-09-17 12:22:11 -0700
commit4156a5516dd2b8ca19b5ecbf307a6024e8f4861b (patch)
tree1c7566d61a383faa289716fe391510b1deb4e93f /pkgs/development/python-modules/ansible
parent31f932af46864ad5b18d8837586b9e6b9e5f89a8 (diff)
ansible_2_10: 2.10.13 -> 2.10.14
Diffstat (limited to 'pkgs/development/python-modules/ansible')
-rw-r--r--pkgs/development/python-modules/ansible/base.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/ansible/base.nix b/pkgs/development/python-modules/ansible/base.nix
index 68063f0d77877..3156ba18e1065 100644
--- a/pkgs/development/python-modules/ansible/base.nix
+++ b/pkgs/development/python-modules/ansible/base.nix
@@ -28,11 +28,11 @@ let
 in
 buildPythonPackage rec {
   pname = "ansible-base";
-  version = "2.10.13";
+  version = "2.10.14";
 
   src = fetchPypi {
     inherit pname version;
-    sha256 = "sha256-0sKbGUblrgh4SgdiuMSMMvg15GSNb5l6bCqBt4/0860=";
+    sha256 = "sha256-gAxGRsWKWJf3HyIwFn21YmoZbeuiCPDvRWChg//Z39o=";
   };
 
   # ansible_connection is already wrapped, so don't pass it through