ansible_2_13: 2.13.6 -> 2.13.9

https://github.com/ansible/ansible/blob/v2.14.5/changelogs/CHANGELOG-v2.14.rst
This commit is contained in:
Martin Weinelt
2023-05-16 02:24:28 +02:00
parent 0b11411de3
commit c5e98218c0
+2 -2
View File
@@ -17494,10 +17494,10 @@ with pkgs;
ansible = ansible_2_14;
ansible_2_14 = python3Packages.toPythonApplication python3Packages.ansible-core;
ansible_2_13 = python3Packages.toPythonApplication (python3Packages.ansible-core.overridePythonAttrs (oldAttrs: rec {
version = "2.13.6";
version = "2.13.9";
src = oldAttrs.src.override {
inherit version;
hash = "sha256-Mf4yK2MpBnSo9zhhEN9QHwBEqkSJC+OrMTpuIluaKc8=";
hash = "sha256-nDGeygqcU83m8XSBLd1xFO2x5dDrXh30e9DY/v7ax2w=";
};
}));
ansible_2_12 = python3Packages.toPythonApplication (python3Packages.ansible-core.overridePythonAttrs (oldAttrs: rec {