From f03992e7ef4a52577b6e7fc928cd0f4f7d66f6a0 Mon Sep 17 00:00:00 2001 From: Robert Sliwinski Date: Wed, 20 Aug 2025 21:28:05 +0200 Subject: [PATCH] python3Packages.ansible-core: 2.18.7 -> 2.19.1 Changelog: https://github.com/ansible/ansible/blob/v2.19.0/changelogs/CHANGELOG-v2.19.rst --- pkgs/development/python-modules/ansible/core.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/development/python-modules/ansible/core.nix b/pkgs/development/python-modules/ansible/core.nix index 12a897f95e98..db257a1a51db 100644 --- a/pkgs/development/python-modules/ansible/core.nix +++ b/pkgs/development/python-modules/ansible/core.nix @@ -32,15 +32,15 @@ buildPythonPackage rec { pname = "ansible-core"; - version = "2.18.7"; + version = "2.19.1"; pyproject = true; - disabled = pythonOlder "3.11"; + disabled = pythonOlder "3.12"; src = fetchPypi { pname = "ansible_core"; inherit version; - hash = "sha256-GhKb+fzV3KKxfoPOdxR+4vvDxRpJWJcBUol8xbbQquc="; + hash = "sha256-r/0zs40ytXz8LNba86r8s4QpcDnkxWABlqLumqAnt10="; }; # ansible_connection is already wrapped, so don't pass it through