python3Packages.pytest-ansible: 25.12.0 -> 26.1.0 (#485072)

This commit is contained in:
Nick Cao
2026-01-30 20:02:10 +00:00
committed by GitHub
@@ -18,14 +18,14 @@
buildPythonPackage rec {
pname = "pytest-ansible";
version = "25.12.0";
version = "26.1.0";
pyproject = true;
src = fetchFromGitHub {
owner = "ansible";
repo = "pytest-ansible";
tag = "v${version}";
hash = "sha256-2mrz+DADelydnwNf3ytGa3igSTlybQdZ7kdlWfoG8Io=";
hash = "sha256-uCuGDAEIiVAB9lfYf2X60nIA8IsmEJ9Dola0eFBNC+U=";
};
postPatch = ''