python312Packages.pytest-ansible: 24.9.0 -> 24.12.0

This commit is contained in:
R. Ryantm
2024-12-16 09:33:48 +00:00
parent 83b0c9fd14
commit b7c656421e
@@ -16,7 +16,7 @@
buildPythonPackage rec {
pname = "pytest-ansible";
version = "24.9.0";
version = "24.12.0";
pyproject = true;
disabled = pythonOlder "3.10";
@@ -24,8 +24,8 @@ buildPythonPackage rec {
src = fetchFromGitHub {
owner = "ansible";
repo = "pytest-ansible";
rev = "refs/tags/v${version}";
hash = "sha256-OlRWtKMgcZCDCFcUl3YXzG/ERPfx2KBEaKNf0strgCU=";
tag = "v${version}";
hash = "sha256-Z0pgWptr/bDGZCMi0l8J+q39d3zwBHfawNeJtELHo0E=";
};
postPatch = ''