python311Packages.pytest-ansible: 24.1.2 -> 24.1.3

This commit is contained in:
R. Ryantm
2024-04-25 10:18:27 +00:00
parent 5dd187f3b7
commit b324d0f24d
@@ -15,7 +15,7 @@
buildPythonPackage rec {
pname = "pytest-ansible";
version = "24.1.2";
version = "24.1.3";
pyproject = true;
disabled = pythonOlder "3.10";
@@ -24,7 +24,7 @@ buildPythonPackage rec {
owner = "ansible";
repo = "pytest-ansible";
rev = "refs/tags/v${version}";
hash = "sha256-NtGk+azpSZZm9PUf6Q1Qipo/zaUH+bed7k3oFnQyKjw=";
hash = "sha256-pQNm7Q9NAc/jLlR6f0132tpXyBoQaKpm7JoEgqOJL8U=";
};
postPatch = ''