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