diff options
| author | Martin Weinelt <hexa@darmstadt.ccc.de> | 2021-07-20 03:33:37 +0200 |
|---|---|---|
| committer | Martin Weinelt <hexa@darmstadt.ccc.de> | 2021-09-18 03:51:41 +0200 |
| commit | 94bdd1f98c7268f8ef3bac9dc8ed754b19334475 (patch) | |
| tree | 90c617aadee18ad86822163b89a9fba1b73e3479 | |
| parent | python3Packages.ansible-base: 2.10.11 -> 2.10.12 (diff) | |
| download | nixpkgs-94bdd1f98c7268f8ef3bac9dc8ed754b19334475.tar.gz | |
python3Packages.ansible-core.collections: 4.1.0 -> 4.2.0
(cherry picked from commit dc1137bc98695e2ac2ae71bec57593d801481fdc)
| -rw-r--r-- | pkgs/development/python-modules/ansible/core.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/ansible/core.nix b/pkgs/development/python-modules/ansible/core.nix index ba29b0fb092b..8584ba7166a2 100644 --- a/pkgs/development/python-modules/ansible/core.nix +++ b/pkgs/development/python-modules/ansible/core.nix @@ -23,8 +23,8 @@ let ansible-collections = callPackage ./collections.nix { - version = "4.1.0"; - sha256 = "0rrivq1g0vizah8zmf012lzig2xxfk5x1371k16s3nn4zfkwqqgm"; + version = "4.2.0"; + sha256 = "1l30j97q24klylchvbskdmp1xllswn9xskjvg4l0ra6pzfgq2zbk"; }; in buildPythonPackage rec { |
