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 29 30 30 buildPythonPackage rec { 31 31 pname = "ansible-core"; 32 - version = "2.18.4"; 32 + version = "2.18.6"; 33 33 pyproject = true; 34 34 35 35 disabled = pythonOlder "3.11"; ··· 37 37 src = fetchPypi { 38 38 pname = "ansible_core"; 39 39 inherit version; 40 - hash = "sha256-4fj1wzVGNisO6TPglpo7o2S0hlFab6G8Jeu12V+OxfQ="; 40 + hash = "sha256-JbsgzhUWobcweDGyY872hAQ7NyBxFGa9nUFk5f1XZVc="; 41 41 }; 42 42 43 43 # ansible_connection is already wrapped, so don't pass it through