python3Packages.pytest-ansible: 26.4.0 -> 26.6.0

This commit is contained in:
R. Ryantm
2026-07-05 14:15:10 +00:00
parent 8f7639a0d4
commit 2ebba0e5b4
@@ -25,14 +25,14 @@
buildPythonPackage (finalAttrs: {
pname = "pytest-ansible";
version = "26.4.0";
version = "26.6.0";
pyproject = true;
src = fetchFromGitHub {
owner = "ansible";
repo = "pytest-ansible";
tag = "v${finalAttrs.version}";
hash = "sha256-HC5kipVIHga1nBWK6QQ2wGv9wPz0cVmRyby46JT6+Hg=";
hash = "sha256-+eo2W3Kz2StAMHUm0UalWseRlOCHsZCrmDwyV6570iE=";
};
postPatch = ''