Merge pull request #306755 from r-ryantm/auto-update/python311Packages.pytest-ansible

python311Packages.pytest-ansible: 24.1.2 -> 24.1.3
This commit is contained in:
Weijia Wang 2024-05-04 17:42:14 +02:00 committed by GitHub
commit 168e6f8e9d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 = ''