python311Packages.ansible-runner: 2.3.4 -> 2.3.5

This commit is contained in:
R. Ryantm 2024-02-15 08:27:29 +00:00
parent f893cc7daa
commit b31fc30cb1

View File

@ -23,14 +23,14 @@
buildPythonPackage rec {
pname = "ansible-runner";
version = "2.3.4";
version = "2.3.5";
format = "setuptools";
disabled = pythonOlder "3.8";
src = fetchPypi {
inherit pname version;
hash = "sha256-eaG9E02BPI6jdAWZxv2WGhFCXOd1fy/XJc9W1qGnI2w=";
hash = "sha256-zZ3dV2WHDqPFRbbLR6qtXwTZowpijdP82082eijCIIU=";
};
patches = [