From 3fcc905d877a733fe92240498b9898a1afeec2bb Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Wed, 29 Jan 2025 02:03:56 +0000 Subject: [PATCH] python312Packages.ansible-core: 2.18.1 -> 2.18.2 --- pkgs/development/python-modules/ansible/core.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/ansible/core.nix b/pkgs/development/python-modules/ansible/core.nix index 637e410f36f7..8905804ca3c0 100644 --- a/pkgs/development/python-modules/ansible/core.nix +++ b/pkgs/development/python-modules/ansible/core.nix @@ -31,13 +31,13 @@ buildPythonPackage rec { pname = "ansible-core"; - version = "2.18.1"; + version = "2.18.2"; pyproject = true; src = fetchPypi { pname = "ansible_core"; inherit version; - hash = "sha256-FMrB+Su9rogcsGFu3esXkl6MtQfkhgh5deckUz2d508="; + hash = "sha256-clsEfTWUIwTrMi65NLmMxUQqw/SdM4J9lxccI4xLabk="; }; # ansible_connection is already wrapped, so don't pass it through