Cannot download the new AirSDK 8.4.0

I am facing troubles installing the new AirSDK 8.4.0. When I run:

sudo apt install parrot-airsdk-cli

I get this error:

Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
 parrot-airsdk-anafi3-classic : Depends: parrot-tools-gcc-qrb5165-aarch64-oe-linux but it is not installable
 parrot-airsdk-anafi3-pc : Depends: parrot-tools-gcc-qrb5165-aarch64-oe-linux but it is not installable
E: Unable to correct problems, you have held broken packages.

I tried troubleshooting by running

apt search parrot-tools

And this is the result I get

Sorting... Done
Full Text Search... Done
parrot-tools-gcc-aarch64-himix100-linux/jammy,now 2.0.3.0.parrot1-1 amd64 [installed]
  AArch64 toolchain for HiSilicon Hi3559 SoCs

parrot-tools-logan-lite/jammy 1.22.2 amd64
  Log Analyzer

parrot-tools-passe-muraille/jammy,now 0.3.2+sdk-1 amd64 [installed,automatic]
  Secure element remote management tool

parrot-tools-qdronectrl/jammy 2.0.1-1+ubuntu+jammy amd64
  Parrot Drones controller

I don’t see any qrb5165 packages available. I ran the instructions as described in the AirSDK installation guide (i.e. adding parrot packages as a trusted source).

What can I do to find these packages?