python3Packages.ansible-runner: 2.4.2 -> 2.4.3

This commit is contained in:
R. Ryantm
2026-03-17 03:33:36 +00:00
parent b32b62d598
commit d3b9d17c3f
@@ -30,14 +30,14 @@
buildPythonPackage rec {
pname = "ansible-runner";
version = "2.4.2";
version = "2.4.3";
pyproject = true;
src = fetchFromGitHub {
owner = "ansible";
repo = "ansible-runner";
tag = version;
hash = "sha256-aO7AcDtPbbmTsY+39oZYdPABYFy6bK3ZR1jatLTb7O4=";
hash = "sha256-kKG6Jn0RRa6rglUrE8fJmXj+nbeKNUbL/GVWqT20Hfk=";
};
postPatch = ''