Loading pkgs/development/python-modules/ansible/core.nix +2 −2 Original line number Diff line number Diff line Loading @@ -34,7 +34,7 @@ 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.2"; version = "2.19.3"; pyproject = true; disabled = pythonOlder "3.12"; Loading @@ -42,7 +42,7 @@ buildPythonPackage rec { src = fetchPypi { pname = "ansible_core"; inherit version; hash = "sha256-h/y7xJLtFutq2wN5uuCtv2nzzoioRA5+iODc76n4pUw="; hash = "sha256-JDppZpoAe+B5Q2C8RHf3DgEozgCR3Dr0xcuBxqRm9XM="; }; # ansible_connection is already wrapped, so don't pass it through Loading Loading
pkgs/development/python-modules/ansible/core.nix +2 −2 Original line number Diff line number Diff line Loading @@ -34,7 +34,7 @@ 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.2"; version = "2.19.3"; pyproject = true; disabled = pythonOlder "3.12"; Loading @@ -42,7 +42,7 @@ buildPythonPackage rec { src = fetchPypi { pname = "ansible_core"; inherit version; hash = "sha256-h/y7xJLtFutq2wN5uuCtv2nzzoioRA5+iODc76n4pUw="; hash = "sha256-JDppZpoAe+B5Q2C8RHf3DgEozgCR3Dr0xcuBxqRm9XM="; }; # ansible_connection is already wrapped, so don't pass it through Loading