Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

python3Packages.ansible-core: 2.18.4 -> 2.18.6

R. Ryantm ef9840db 486b9e4b

+2 -2
+2 -2
pkgs/development/python-modules/ansible/core.nix
··· 29 30 buildPythonPackage rec { 31 pname = "ansible-core"; 32 - version = "2.18.4"; 33 pyproject = true; 34 35 disabled = pythonOlder "3.11"; ··· 37 src = fetchPypi { 38 pname = "ansible_core"; 39 inherit version; 40 - hash = "sha256-4fj1wzVGNisO6TPglpo7o2S0hlFab6G8Jeu12V+OxfQ="; 41 }; 42 43 # ansible_connection is already wrapped, so don't pass it through
··· 29 30 buildPythonPackage rec { 31 pname = "ansible-core"; 32 + version = "2.18.6"; 33 pyproject = true; 34 35 disabled = pythonOlder "3.11"; ··· 37 src = fetchPypi { 38 pname = "ansible_core"; 39 inherit version; 40 + hash = "sha256-JbsgzhUWobcweDGyY872hAQ7NyBxFGa9nUFk5f1XZVc="; 41 }; 42 43 # ansible_connection is already wrapped, so don't pass it through