diff options
| author | Weijia Wang <9713184+wegank@users.noreply.github.com> | 2023-09-05 12:01:48 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-09-05 12:01:48 +0200 |
| commit | cf415c15ee125344dfd53629537633bf6caba2da (patch) | |
| tree | 6dd5dafd6a29f902c7df4aa7463bc672975e6af3 /pkgs/development/python-modules | |
| parent | 772807661fceaa5e9f74c106df81ade452b9c6f4 (diff) | |
| parent | ed1a0aba9437921af6ed0a3504cbf354949beeef (diff) | |
Merge pull request #253288 from r-ryantm/auto-update/python310Packages.ansible-core
python310Packages.ansible-core: 2.15.2 -> 2.15.3
Diffstat (limited to 'pkgs/development/python-modules')
| -rw-r--r-- | pkgs/development/python-modules/ansible/core.nix | 4 |
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 17bfb4203720..be0a887cd8a8 100644 --- a/pkgs/development/python-modules/ansible/core.nix +++ b/pkgs/development/python-modules/ansible/core.nix @@ -28,11 +28,11 @@ buildPythonPackage rec { pname = "ansible-core"; - version = "2.15.2"; + version = "2.15.3"; src = fetchPypi { inherit pname version; - hash = "sha256-hCUbAB8vnAkUvu3/zxlSnnRaExCBWdH+J96eOmpjrFo="; + hash = "sha256-JhvAGhUnT8WmlQ1bkrmqG318bo91Q8kUUF5b/ZdEeTo="; }; # ansible_connection is already wrapped, so don't pass it through |
