python310Packages.ansible-runner: 2.1.2 -> 2.1.3

This commit is contained in:
R. Ryantm 2022-03-23 21:29:23 +00:00
parent 30d2d4a499
commit ed3547286a

View file

@ -18,12 +18,12 @@
buildPythonPackage rec {
pname = "ansible-runner";
version = "2.1.2";
version = "2.1.3";
format = "setuptools";
src = fetchPypi {
inherit pname version;
hash = "sha256-GK/CqmMm67VmvzlhMV6ow+40m0DYUpXCFkP+9NgR/e4=";
hash = "sha256-2m5dD+gGDL5LnY7QbDYiGdu4GYu0C49WU29GZY2bnBo=";
};
propagatedBuildInputs = [