python3Packages.ansible-compat: 26.3.0 -> 26.6.0

This commit is contained in:
R. Ryantm
2026-07-02 04:11:37 +00:00
parent 8037b1aab1
commit ce82d278a5
@@ -23,14 +23,14 @@
buildPythonPackage rec {
pname = "ansible-compat";
version = "26.3.0";
version = "26.6.0";
pyproject = true;
src = fetchFromGitHub {
owner = "ansible";
repo = "ansible-compat";
tag = "v${version}";
hash = "sha256-Qbvy2YKUbV0wFB9+KG5392xYYlcjlZEah0G1m8quI6U=";
hash = "sha256-PYcbY/VUehdhLQV8ecSJSTuM0ll/Eup8y22h3URF70I=";
};
build-system = [