From 4bc926fced48ce60330d6559d2a8abfb8306df87 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maciej=20Kr=C3=BCger?= Date: Tue, 2 Jul 2024 17:26:43 +0200 Subject: [PATCH] ansible-core: 2.16.5 -> 2.17.1 --- pkgs/development/python-modules/ansible/core.nix | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/pkgs/development/python-modules/ansible/core.nix b/pkgs/development/python-modules/ansible/core.nix index 9a83bfebd754..7b3cf4fd6248 100644 --- a/pkgs/development/python-modules/ansible/core.nix +++ b/pkgs/development/python-modules/ansible/core.nix @@ -30,11 +30,12 @@ buildPythonPackage rec { pname = "ansible-core"; - version = "2.16.5"; + version = "2.17.1"; src = fetchPypi { - inherit pname version; - hash = "sha256-zdKbDsPyDDVlc1Wi9qnB0M8RMdqZzJpKNAGAGwqzbW0="; + pname = "ansible_core"; + inherit version; + hash = "sha256-RkSdcbvRfDzoX+N5ch2I0zP9I2N7XDeY6D+uX6ON7wA="; }; # ansible_connection is already wrapped, so don't pass it through