Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/ansible/core.nix
Original file line number Diff line number Diff line change
Expand Up @@ -34,15 +34,15 @@ 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.3";
version = "2.20.0";
pyproject = true;

disabled = pythonOlder "3.12";

src = fetchPypi {
pname = "ansible_core";
inherit version;
hash = "sha256-JDppZpoAe+B5Q2C8RHf3DgEozgCR3Dr0xcuBxqRm9XM=";
hash = "sha256-zXP68ooFbJM7we7o9mq1l+fscwnULIpuXW5ClMSni1Q=";
};

# ansible_connection is already wrapped, so don't pass it through
Expand Down
Loading