From e651e0ed60cb57ac27b340c4f8de22281e76544b Mon Sep 17 00:00:00 2001 From: Martin Weinelt Date: Tue, 14 Sep 2021 19:46:03 +0200 Subject: [PATCH] ansible_2_10: 2.10.13 -> 2.10.14 (cherry picked from commit 4156a5516dd2b8ca19b5ecbf307a6024e8f4861b) --- pkgs/development/python-modules/ansible/base.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/ansible/base.nix b/pkgs/development/python-modules/ansible/base.nix index 68063f0d778..3156ba18e10 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