python311Packages.ansible-runner: 2.3.5 -> 2.3.6

This commit is contained in:
R. Ryantm
2024-03-13 09:07:03 +00:00
parent 54dce4f0ac
commit 7ea29bbfad
@@ -23,14 +23,14 @@
buildPythonPackage rec {
pname = "ansible-runner";
version = "2.3.5";
version = "2.3.6";
format = "setuptools";
disabled = pythonOlder "3.8";
src = fetchPypi {
inherit pname version;
hash = "sha256-zZ3dV2WHDqPFRbbLR6qtXwTZowpijdP82082eijCIIU=";
hash = "sha256-shdKEtytLcLzQuqCh2iY9WigtmxTVoYAv4BXcVj8uhw=";
};
patches = [