about summary refs log tree commit diff
diff options
context:
space:
mode:
authorMaciej Krüger <mkg20001@gmail.com>2024-02-09 12:25:16 +0100
committerGitHub <noreply@github.com>2024-02-09 12:25:16 +0100
commita4cc35516ee069c7623b5ed21118a27bba71d42c (patch)
tree185b3985c27aefd47f967ff376e4d40a9aae20e2
parent37680cf8f473e24014220870314d4141ecd509bc (diff)
parent6ae8eb187d72c6dee6014063481f50a1b8d17557 (diff)
downloadnixlib-a4cc35516ee069c7623b5ed21118a27bba71d42c.tar
nixlib-a4cc35516ee069c7623b5ed21118a27bba71d42c.tar.gz
nixlib-a4cc35516ee069c7623b5ed21118a27bba71d42c.tar.bz2
nixlib-a4cc35516ee069c7623b5ed21118a27bba71d42c.tar.lz
nixlib-a4cc35516ee069c7623b5ed21118a27bba71d42c.tar.xz
nixlib-a4cc35516ee069c7623b5ed21118a27bba71d42c.tar.zst
nixlib-a4cc35516ee069c7623b5ed21118a27bba71d42c.zip
Merge pull request #285258 from r-ryantm/auto-update/python311Packages.ansible-core
python311Packages.ansible-core: 2.16.2 -> 2.16.3
-rw-r--r--pkgs/development/python-modules/ansible/core.nix4
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 9001fd9e8f62..7a2f7e5e6606 100644
--- a/pkgs/development/python-modules/ansible/core.nix
+++ b/pkgs/development/python-modules/ansible/core.nix
@@ -29,11 +29,11 @@
 
 buildPythonPackage rec {
   pname = "ansible-core";
-  version = "2.16.2";
+  version = "2.16.3";
 
   src = fetchPypi {
     inherit pname version;
-    hash = "sha256-5KtVnn5SWxxvmQhPyoc7sBR3XV7L6EW3wHuOnWycBIs=";
+    hash = "sha256-dqh2WoWGBk7wc6KZVi4wj6LBgKdbX3Vpu9D2HUFxzbM=";
   };
 
   # ansible_connection is already wrapped, so don't pass it through