How can I fix VLC unmet dependencies? (libprotobuf-lite32)

How can I fix VLC unmet dependencies ?
I’m using Debian GNU/Linux 12 (bookworm).
I’m looking to fix this unmet dependencies to install vlc.
Here is what I do:

sudo apt install vlc           
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
vlc is already the newest version (3.0.23-0+deb12u1).
You might want to run 'apt --fix-broken install' to correct these.
The following packages have unmet dependencies:
 vlc-plugin-base : Depends: libprotobuf-lite32 (>= 3.21.12) but it is not going to be installed
E: Unmet dependencies. Try 'apt --fix-broken install' with no packages (or specify a solution)

And then:

sudo apt --fix-broken install       
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Correcting dependencies... Done
The following package was automatically installed and is no longer required:
  libxcb-composite0
Use 'sudo apt autoremove' to remove it.
The following additional packages will be installed:
  libprotobuf-lite32
The following NEW packages will be installed:
  libprotobuf-lite32
0 upgraded, 1 newly installed, 0 to remove and 76 not upgraded.
2 not fully installed or removed.
Need to get 261 kB of archives.
After this operation, 906 kB of additional disk space will be used.
Do you want to continue? [Y/n] Y
Err:1 http://deb.debian.org/debian bookworm/main amd64 libprotobuf-lite32 amd64 3.21.12-3
  404  Not Found [IP: 140.248.138.132 80]
E: Failed to fetch http://deb.debian.org/debian/pool/main/p/protobuf/libprotobuf-lite32_3.21.12-3_amd64.deb  404  Not Found [IP: 140.248.138.132 80]
E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?

I have this sources.list:

cat /etc/apt/sources.list
#deb cdrom:[Official Debian GNU/Linux Live 12.5.0 gnome 2024-02-10T11:07:25Z]/ bookworm main non-free-firmware

deb http://deb.debian.org/debian/ bookworm main non-free-firmware
deb-src http://deb.debian.org/debian/ bookworm main

deb http://security.debian.org/debian-security bookworm-security main
deb-src http://security.debian.org/debian-security bookworm-security main

# bookworm-updates, to get updates before a point release is made;
# see https://www.debian.org/doc/manuals/debian-reference/ch02.en.html#_updates_and_backports
deb http://deb.debian.org/debian/ bookworm-updates main
deb-src http://deb.debian.org/debian/ bookworm-updates main

# This system was installed using small removable media
# (e.g. netinst, live or single CD). The matching "deb cdrom"
# entries were disabled at the end of the installation process.
# For information about how to configure apt package sources,
# see the sources.list(5) manual.