ansible_2_10: 2.10.14 -> 2.10.15

This commit is contained in:
Martin Weinelt 2021-10-11 19:15:42 +02:00
parent 7ec67dc03c
commit 8be8e6da4e

View File

@ -28,11 +28,11 @@ let
in
buildPythonPackage rec {
pname = "ansible-base";
version = "2.10.14";
version = "2.10.15";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-gAxGRsWKWJf3HyIwFn21YmoZbeuiCPDvRWChg//Z39o=";
sha256 = "sha256-RHiBi6gh26FD4SNWjsXTF9yPpKxuFRP3pQFzTlKXa/8=";
};
# ansible_connection is already wrapped, so don't pass it through