python3Packages.pytest-ansible: 3.2.1 -> 4.1.0

This commit is contained in:
Martin Weinelt
2023-09-27 15:34:02 +02:00
parent 8b525ed28b
commit 02e5d97774
@@ -15,7 +15,7 @@
buildPythonPackage rec {
pname = "pytest-ansible";
version = "3.2.1";
version = "4.1.0";
format = "pyproject";
disabled = pythonOlder "3.9";
@@ -24,7 +24,7 @@ buildPythonPackage rec {
owner = "ansible";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-fSerRbd7QeEdTfyy2lVLq7FKHWWT0MlutonunHhM5M4=";
hash = "sha256-TV/dR4eTiwjrgamwRCig10acaf3MpAzLu0fHF0V2pzw=";
};
postPatch = ''