python3Packages.pytest-ansible: 25.11.1 -> 25.11.2

This commit is contained in:
R. Ryantm
2025-12-02 09:53:23 +00:00
parent 91ba24ebb9
commit d3a0889fcc
@@ -19,7 +19,7 @@
buildPythonPackage rec {
pname = "pytest-ansible";
version = "25.11.1";
version = "25.11.2";
pyproject = true;
disabled = pythonOlder "3.10";
@@ -28,7 +28,7 @@ buildPythonPackage rec {
owner = "ansible";
repo = "pytest-ansible";
tag = "v${version}";
hash = "sha256-8pTw67Nn7BTLaygL/HZyQidzOdrqmbBToOK6TxpRPVo=";
hash = "sha256-dczOdHbR3+gihR4vCz4EvxaP4RreDoPh2dZScIDN4ks=";
};
postPatch = ''