about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2024-03-13 09:07:03 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2024-03-13 09:07:03 +0000
commit7ea29bbfade20ae063d7770a7d31f3cc535e29d6 (patch)
tree676d8cb681282309afeab8e6c4a00b887d6fc2dc /pkgs
parent54dce4f0ac3334c35093d38b17fe3799eab929b4 (diff)
downloadnixlib-7ea29bbfade20ae063d7770a7d31f3cc535e29d6.tar
nixlib-7ea29bbfade20ae063d7770a7d31f3cc535e29d6.tar.gz
nixlib-7ea29bbfade20ae063d7770a7d31f3cc535e29d6.tar.bz2
nixlib-7ea29bbfade20ae063d7770a7d31f3cc535e29d6.tar.lz
nixlib-7ea29bbfade20ae063d7770a7d31f3cc535e29d6.tar.xz
nixlib-7ea29bbfade20ae063d7770a7d31f3cc535e29d6.tar.zst
nixlib-7ea29bbfade20ae063d7770a7d31f3cc535e29d6.zip
python311Packages.ansible-runner: 2.3.5 -> 2.3.6
Diffstat (limited to 'pkgs')
-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 899fd02e9392..685fdd59f969 100644
--- a/pkgs/development/python-modules/ansible-runner/default.nix
+++ b/pkgs/development/python-modules/ansible-runner/default.nix
@@ -23,14 +23,14 @@
 
 buildPythonPackage rec {
   pname = "ansible-runner";
-  version = "2.3.5";
+  version = "2.3.6";
   format = "setuptools";
 
   disabled = pythonOlder "3.8";
 
   src = fetchPypi {
     inherit pname version;
-    hash = "sha256-zZ3dV2WHDqPFRbbLR6qtXwTZowpijdP82082eijCIIU=";
+    hash = "sha256-shdKEtytLcLzQuqCh2iY9WigtmxTVoYAv4BXcVj8uhw=";
   };
 
   patches = [