python3Packages.pytest-ansible: 25.11.2 -> 25.12.0

This commit is contained in:
R. Ryantm
2025-12-08 20:02:25 +00:00
parent 864b51ebb4
commit b39798c4f1
@@ -19,7 +19,7 @@
buildPythonPackage rec {
pname = "pytest-ansible";
version = "25.11.2";
version = "25.12.0";
pyproject = true;
disabled = pythonOlder "3.10";
@@ -28,7 +28,7 @@ buildPythonPackage rec {
owner = "ansible";
repo = "pytest-ansible";
tag = "v${version}";
hash = "sha256-dczOdHbR3+gihR4vCz4EvxaP4RreDoPh2dZScIDN4ks=";
hash = "sha256-2mrz+DADelydnwNf3ytGa3igSTlybQdZ7kdlWfoG8Io=";
};
postPatch = ''