···34 pname = "ansible-core";
35 # IMPORTANT: When bumping the minor version (2.XX.0 - the XX), please update pinned package in pkgs/top-level/all-packages.nix
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";
38 pyproject = true;
3940 disabled = pythonOlder "3.12";
···42 src = fetchPypi {
43 pname = "ansible_core";
44 inherit version;
45- hash = "sha256-r/0zs40ytXz8LNba86r8s4QpcDnkxWABlqLumqAnt10=";
46 };
4748 # ansible_connection is already wrapped, so don't pass it through
···34 pname = "ansible-core";
35 # IMPORTANT: When bumping the minor version (2.XX.0 - the XX), please update pinned package in pkgs/top-level/all-packages.nix
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.2";
38 pyproject = true;
3940 disabled = pythonOlder "3.12";
···42 src = fetchPypi {
43 pname = "ansible_core";
44 inherit version;
45+ hash = "sha256-h/y7xJLtFutq2wN5uuCtv2nzzoioRA5+iODc76n4pUw=";
46 };
4748 # ansible_connection is already wrapped, so don't pass it through