ansible: 2.17.4 -> 2.17.5 (#352105)

This commit is contained in:
Pol Dellaiera 2024-10-29 21:58:28 +01:00 committed by GitHub
commit 096f65a109
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -30,12 +30,12 @@
buildPythonPackage rec {
pname = "ansible-core";
version = "2.17.4";
version = "2.17.5";
src = fetchPypi {
pname = "ansible_core";
inherit version;
hash = "sha256-RKHzAHZ5ZTa6JFXK0Y025ihw8E5jLjyi6+lw176s8k0=";
hash = "sha256-rn9R/RPcnVfJvNQ+8j+cJVyo8Y9LXAARpPm3JNksWo4=";
};
# ansible_connection is already wrapped, so don't pass it through