python3Packages.ansible-core: 2.19.1 -> 2.19.2 (#441356)

authored by pyrox.dev and committed by GitHub 4503cc3f bdb40707

+2 -2
+2 -2
pkgs/development/python-modules/ansible/core.nix
··· 34 34 pname = "ansible-core"; 35 35 # IMPORTANT: When bumping the minor version (2.XX.0 - the XX), please update pinned package in pkgs/top-level/all-packages.nix 36 36 # There are pinned packages called ansible_2_XX, create a new one with the previous minor version and then update the version here 37 - version = "2.19.1"; 37 + version = "2.19.2"; 38 38 pyproject = true; 39 39 40 40 disabled = pythonOlder "3.12"; ··· 42 42 src = fetchPypi { 43 43 pname = "ansible_core"; 44 44 inherit version; 45 - hash = "sha256-r/0zs40ytXz8LNba86r8s4QpcDnkxWABlqLumqAnt10="; 45 + hash = "sha256-h/y7xJLtFutq2wN5uuCtv2nzzoioRA5+iODc76n4pUw="; 46 46 }; 47 47 48 48 # ansible_connection is already wrapped, so don't pass it through