ansible_2_16: 2.16.8 -> 2.16.14 (#374289)

ansible_2_16: update of patch version

Updated pinned minor release of ansible 2.16 to its latest patch release
This commit is contained in:
Haris
2025-03-16 15:38:38 +01:00
committed by GitHub
parent 882af0872e
commit 722862b659
+2 -2
View File
@@ -7402,10 +7402,10 @@ with pkgs;
};
}));
ansible_2_16 = python3Packages.toPythonApplication (python3Packages.ansible-core.overridePythonAttrs (oldAttrs: rec {
version = "2.16.8";
version = "2.16.14";
src = oldAttrs.src.override {
inherit version;
hash = "sha256-WeSqQO1azbTvm789BYkY//k/ZqFJNz2BWciilgRBC9o=";
hash = "sha256-gCef/9mGhrrfqjLh7HhdmKbfGy/B5Al97AWXZA10ZBU=";
};
}));