From 94bdd1f98c7268f8ef3bac9dc8ed754b19334475 Mon Sep 17 00:00:00 2001 From: Martin Weinelt Date: Tue, 20 Jul 2021 03:33:37 +0200 Subject: [PATCH] python3Packages.ansible-core.collections: 4.1.0 -> 4.2.0 (cherry picked from commit dc1137bc98695e2ac2ae71bec57593d801481fdc) --- pkgs/development/python-modules/ansible/core.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/ansible/core.nix b/pkgs/development/python-modules/ansible/core.nix index ba29b0fb092..8584ba7166a 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 {