Package: clang-format Version: 1:14.0-55.7 The dependency on the clang-format package currently looks like this:
dep: clang-format-14 (>= 14~) This means that it can not depend on a newer clang-format provider as those have a different name (latest seems to be clang-format-16). This means that if you do `apt install clang-format` it will always install llvm-14 even if a newer version were already installed. Please update the dependency to tha newest clang-format. Thanks

