python312Packages.pytest-ansible: 24.7.0 -> 24.8.0

This commit is contained in:
R. Ryantm
2024-08-17 07:34:43 +00:00
parent b3da21598f
commit a6f06bfed7
@@ -16,7 +16,7 @@
buildPythonPackage rec {
pname = "pytest-ansible";
version = "24.7.0";
version = "24.8.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-yrdfVWXcTB6WKDUnm4wDdKZGWq9F7oOT0RP42xyASRw=";
hash = "sha256-+kGVSutTKO6eGH6oHSZ86Hp4jLbofYDcvsiJRXSGQHE=";
};
postPatch = ''