Merge pull request #161655 from r-ryantm/auto-update/python3.10-ansible-runner

python310Packages.ansible-runner: 2.1.1 -> 2.1.2
This commit is contained in:
Fabian Affolter 2022-02-24 19:05:38 +01:00 committed by GitHub
commit 0c8e2c76ff
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.1";
version = "2.1.2";
format = "setuptools";
src = fetchPypi {
inherit pname version;
hash = "sha256-doRhL3VDxfB/PoE1Zn7rIqnb2Y9iXMaZAbqZJDKe8k8=";
hash = "sha256-GK/CqmMm67VmvzlhMV6ow+40m0DYUpXCFkP+9NgR/e4=";
};
propagatedBuildInputs = [