ansible_2_13: 2.13.9 -> 2.13.10

Changelog: https://github.com/ansible/ansible/blob/v2.13.10/changelogs/CHANGELOG-v2.13.rst
This commit is contained in:
Martin Weinelt 2023-05-22 17:57:04 +02:00
parent bc4250f411
commit 7daa2b144f
No known key found for this signature in database
GPG key ID: 87C1E9888F856759

View file

@ -17566,10 +17566,10 @@ with pkgs;
};
}));
ansible_2_13 = python3Packages.toPythonApplication (python3Packages.ansible-core.overridePythonAttrs (oldAttrs: rec {
version = "2.13.9";
version = "2.13.10";
src = oldAttrs.src.override {
inherit version;
hash = "sha256-nDGeygqcU83m8XSBLd1xFO2x5dDrXh30e9DY/v7ax2w=";
hash = "sha256-1LQKSq+GDe9sLJ6K1SAfhoPj59fY4hRjxtWepPixLfc=";
};
}));