about summary refs log tree commit diff
path: root/pkgs/development/python-modules/ansible
diff options
context:
space:
mode:
authorMartin Weinelt <hexa@darmstadt.ccc.de>2021-08-18 02:37:55 +0200
committerMartin Weinelt <hexa@darmstadt.ccc.de>2021-08-18 02:37:55 +0200
commit9dd696bebb51fd6b29cc4d6062912306aa5ad669 (patch)
tree89c08babd9ed1a23d3a6808b8f67a62f351a68b9 /pkgs/development/python-modules/ansible
parentaed6574b7e673cb2c9ff672b559c1bf101809524 (diff)
python3Packages.ansible-core.collections: 4.2.0 -> 4.4.0
Diffstat (limited to 'pkgs/development/python-modules/ansible')
-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 9da18ecde0adf..0e2d705cc887d 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.2.0";
-    sha256 = "1l30j97q24klylchvbskdmp1xllswn9xskjvg4l0ra6pzfgq2zbk";
+    version = "4.4.0";
+    sha256 = "031n22j0lsmh69x6i6gkva81j68b4yzh1pbg3q2h4bknl85q46ag";
   };
 in
 buildPythonPackage rec {