about summary refs log tree commit diff
path: root/pkgs/development/python-modules/ansible-runner
diff options
context:
space:
mode:
authorJonathan Ringer <jonringer117@gmail.com>2021-11-25 14:46:37 -0800
committerJonathan Ringer <jonringer117@gmail.com>2021-11-30 18:48:34 -0800
commitc00381f4703ea491fe19607da8a6f1a316bd6e42 (patch)
tree9a832d38279bfabae4267e73620cc2f13d4b9fa9 /pkgs/development/python-modules/ansible-runner
parent764a8bd5fcc885af2db5dba38ba9605894dadbbe (diff)
python3Packages.ansible-runner: 2.0.3 -> 2.1.1
Diffstat (limited to 'pkgs/development/python-modules/ansible-runner')
-rw-r--r--pkgs/development/python-modules/ansible-runner/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/ansible-runner/default.nix b/pkgs/development/python-modules/ansible-runner/default.nix
index a23f668529d18..f4ec1c1846272 100644
--- a/pkgs/development/python-modules/ansible-runner/default.nix
+++ b/pkgs/development/python-modules/ansible-runner/default.nix
@@ -18,11 +18,11 @@
 
 buildPythonPackage rec {
   pname = "ansible-runner";
-  version = "2.0.3";
+  version = "2.1.1";
 
   src = fetchPypi {
     inherit pname version;
-    sha256 = "15j0ljgw1rjxq4xiywxxxnxj4r6vwk8dwljkdsjmq3qmwgifcswg";
+    sha256 = "7684612f7543c5f07f3e8135667eeb22a9dbd98f625cc69901ba9924329ef24f";
   };
 
   checkInputs = [