about summary refs log tree commit diff
path: root/pkgs/development/python-modules/ansible-runner
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2022-02-24 13:05:30 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2022-02-24 13:05:30 +0000
commit41961a9e1a043b5ea53ebb00aa96dff36ff3bdf9 (patch)
tree5bba8117c1fd107aef4d3cb2e6bd29bff458ae35 /pkgs/development/python-modules/ansible-runner
parent9c70e731165e0f99c43406855311002b5ad4918f (diff)
python310Packages.ansible-runner: 2.1.1 -> 2.1.2
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 92d377d0886c9..7cfe51e29c877 100644
--- a/pkgs/development/python-modules/ansible-runner/default.nix
+++ b/pkgs/development/python-modules/ansible-runner/default.nix
@@ -18,12 +18,12 @@
 
 buildPythonPackage rec {
   pname = "ansible-runner";
-  version = "2.1.1";
+  version = "2.1.2";
   format = "setuptools";
 
   src = fetchPypi {
     inherit pname version;
-    hash = "sha256-doRhL3VDxfB/PoE1Zn7rIqnb2Y9iXMaZAbqZJDKe8k8=";
+    hash = "sha256-GK/CqmMm67VmvzlhMV6ow+40m0DYUpXCFkP+9NgR/e4=";
   };
 
   propagatedBuildInputs = [