ansible: 2.17.6 -> 2.18.1

This commit is contained in:
R. Ryantm
2024-12-07 21:06:01 +00:00
committed by Pascal Bach
parent 6c63c2c49a
commit d29066d0f3

View File

@@ -31,13 +31,13 @@
buildPythonPackage rec {
pname = "ansible-core";
version = "2.17.6";
version = "2.18.1";
pyproject = true;
src = fetchPypi {
pname = "ansible_core";
inherit version;
hash = "sha256-PlOXC3zr/irbObcRweL4u/y+2sgo2lHcA1ehkHBjjpU=";
hash = "sha256-FMrB+Su9rogcsGFu3esXkl6MtQfkhgh5deckUz2d508=";
};
# ansible_connection is already wrapped, so don't pass it through