Merge pull request #165511 from r-ryantm/auto-update/python310Packages.ansible-runner

python310Packages.ansible-runner: 2.1.2 -> 2.1.3
This commit is contained in:
Fabian Affolter 2022-03-24 08:13:12 +01:00 committed by GitHub
commit e9aa17c9f0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 = [