summary refs log tree commit diff
path: root/pkgs/development/python-modules/ansible/core.nix
diff options
context:
space:
mode:
authorMartin Weinelt <hexa@darmstadt.ccc.de>2021-07-20 03:33:37 +0200
committerMartin Weinelt <hexa@darmstadt.ccc.de>2021-07-20 03:33:37 +0200
commitdc1137bc98695e2ac2ae71bec57593d801481fdc (patch)
tree8b147c83174d69056db4b7578c7688f6283119c7 /pkgs/development/python-modules/ansible/core.nix
parent32d56411205ba845946d94f68528ddc1c631d337 (diff)
downloadnixpkgs-dc1137bc98695e2ac2ae71bec57593d801481fdc.tar
nixpkgs-dc1137bc98695e2ac2ae71bec57593d801481fdc.tar.gz
nixpkgs-dc1137bc98695e2ac2ae71bec57593d801481fdc.tar.bz2
nixpkgs-dc1137bc98695e2ac2ae71bec57593d801481fdc.tar.lz
nixpkgs-dc1137bc98695e2ac2ae71bec57593d801481fdc.tar.xz
nixpkgs-dc1137bc98695e2ac2ae71bec57593d801481fdc.tar.zst
nixpkgs-dc1137bc98695e2ac2ae71bec57593d801481fdc.zip
python3Packages.ansible-core.collections: 4.1.0 -> 4.2.0
Diffstat (limited to 'pkgs/development/python-modules/ansible/core.nix')
-rw-r--r--pkgs/development/python-modules/ansible/core.nix4
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 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 {