Merge pull request #327035 from r-ryantm/auto-update/python312Packages.pytest-ansible

python312Packages.pytest-ansible: 24.1.3 -> 24.7.0
This commit is contained in:
OTABI Tomoya
2024-07-30 12:22:51 +09:00
committed by GitHub
@@ -16,7 +16,7 @@
buildPythonPackage rec {
pname = "pytest-ansible";
version = "24.1.3";
version = "24.7.0";
pyproject = true;
disabled = pythonOlder "3.10";
@@ -25,7 +25,7 @@ buildPythonPackage rec {
owner = "ansible";
repo = "pytest-ansible";
rev = "refs/tags/v${version}";
hash = "sha256-pQNm7Q9NAc/jLlR6f0132tpXyBoQaKpm7JoEgqOJL8U=";
hash = "sha256-yrdfVWXcTB6WKDUnm4wDdKZGWq9F7oOT0RP42xyASRw=";
};
postPatch = ''