python3Packages.pytest-ansible: 25.11.1 -> 25.11.2 (#467074)

This commit is contained in:
Nick Cao
2025-12-03 20:05:47 +00:00
committed by GitHub
@@ -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 = ''