ansible: 2.17.3 -> 2.17.4

This commit is contained in:
R. Ryantm 2024-09-15 04:27:32 +00:00 committed by Bjørn Forsman
parent 015b6667ef
commit aa568b6c40

View File

@ -30,12 +30,12 @@
buildPythonPackage rec {
pname = "ansible-core";
version = "2.17.3";
version = "2.17.4";
src = fetchPypi {
pname = "ansible_core";
inherit version;
hash = "sha256-kXVXBlM5/jbnB46b6kfu+rbWh3871DX6Xw12bQTFhIU=";
hash = "sha256-RKHzAHZ5ZTa6JFXK0Y025ihw8E5jLjyi6+lw176s8k0=";
};
# ansible_connection is already wrapped, so don't pass it through