Loading pkgs/development/python-modules/ansible/core.nix +2 −0 Original line number Diff line number Diff line Loading @@ -32,6 +32,8 @@ buildPythonPackage rec { pname = "ansible-core"; # IMPORTANT: When bumping the minor version (2.XX.0 - the XX), please update pinned package in pkgs/top-level/all-packages.nix # There are pinned packages called ansible_2_XX, create a new one with the previous minor version and then update the version here version = "2.19.1"; pyproject = true; Loading Loading
pkgs/development/python-modules/ansible/core.nix +2 −0 Original line number Diff line number Diff line Loading @@ -32,6 +32,8 @@ buildPythonPackage rec { pname = "ansible-core"; # IMPORTANT: When bumping the minor version (2.XX.0 - the XX), please update pinned package in pkgs/top-level/all-packages.nix # There are pinned packages called ansible_2_XX, create a new one with the previous minor version and then update the version here version = "2.19.1"; pyproject = true; Loading