ansible-compat: 25.1.5 -> 25.8.1

Not-cherry-picked-because: ansible-compat is already at 25.8.2 on
unstable
This commit is contained in:
Robert Sliwinski
2025-11-11 21:05:40 +01:00
parent 2bbfb71319
commit 06f5f339d2

View File

@@ -23,14 +23,14 @@
buildPythonPackage rec {
pname = "ansible-compat";
version = "25.1.5";
version = "25.8.1";
pyproject = true;
src = fetchFromGitHub {
owner = "ansible";
repo = "ansible-compat";
tag = "v${version}";
hash = "sha256-fc+PXw9sT+CQFwcajuJC1IcAECbNiklzVTGFsZWUJGY=";
hash = "sha256-hwfD7B0r8wRo/BUUA00TTQXCkrY8TAUM5BiP4Q4Atd0=";
};
build-system = [