about summary refs log tree commit diff
path: root/pkgs/development
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2022-11-02 23:14:03 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2022-11-02 23:14:03 +0000
commitde97a3c324d74bd9ffec865c9b5cea1615a96140 (patch)
tree523b2a8b87a017f2477af35ae507f702d95d5034 /pkgs/development
parent9d28889ac87433e34a8085c08eb2909369a971ec (diff)
python310Packages.ansible-runner: 2.2.1 -> 2.3.0
Diffstat (limited to 'pkgs/development')
-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 14dfb65cfea8b..a94534ef68c3a 100644
--- a/pkgs/development/python-modules/ansible-runner/default.nix
+++ b/pkgs/development/python-modules/ansible-runner/default.nix
@@ -19,12 +19,12 @@
 
 buildPythonPackage rec {
   pname = "ansible-runner";
-  version = "2.2.1";
+  version = "2.3.0";
   format = "setuptools";
 
   src = fetchPypi {
     inherit pname version;
-    hash = "sha256-zZtssRdAEbTi4KWZPU0E2SjN5f4iqJk67UQ4STOHwYI=";
+    hash = "sha256-mcTfu+reRGOXvRqeC/BQhz2KBrWSbVXSQIWyld2/Ecs=";
   };
 
   nativeBuildInputs = [