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

python311Packages.pytest-ansible: 24.1.1 -> 24.1.2
This commit is contained in:
Nick Cao 2024-01-19 10:21:11 -05:00 committed by GitHub
commit 7086e5eac5
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.1";
version = "24.1.2";
pyproject = true;
disabled = pythonOlder "3.10";
@ -24,7 +24,7 @@ buildPythonPackage rec {
owner = "ansible";
repo = "pytest-ansible";
rev = "refs/tags/v${version}";
hash = "sha256-UPQx+CGJgaK4XVNngtzzncSueQN9LWh1gMmH5nGtPNk=";
hash = "sha256-NtGk+azpSZZm9PUf6Q1Qipo/zaUH+bed7k3oFnQyKjw=";
};
postPatch = ''