The upgrade issue seems to stem from the fact that you had installed a
backported PPA version of pipewire.
You may get lucky trying to resolve the issue by using:
apt install '?installed?source-package(^pipewire$)=0.3.48-1ubuntu3'
apt install '?installed?source-package(^pipewire$)/jammy-updates'
I was able to solve this by finding all packages installed via PPA and removing
them.
This command helped tremendously:
https://askubuntu.com/questions/447129/how-to-list-all-the-packages-which-are-installed-from-ppas
After removing those, the upgrade went through
--
You received this bug noti