python3Packages.ansible-core: 2.18.6 -> 2.18.7 (#426366)

authored by Paul Meyer and committed by GitHub c565b288 3eed118b

+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.6"; 32 + version = "2.18.7"; 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-JbsgzhUWobcweDGyY872hAQ7NyBxFGa9nUFk5f1XZVc="; 40 + hash = "sha256-GhKb+fzV3KKxfoPOdxR+4vvDxRpJWJcBUol8xbbQquc="; 41 41 }; 42 42 43 43 # ansible_connection is already wrapped, so don't pass it through