Connect Cloud deployment fails because of a typo in package download URL

Hi,

I am trying to publish my first app to the Connect Cloud but deployment process keeps failing because of errors in the download link for one of the Bioconductor packages (automatic dependency). Deployment script tries to download the following package:

https://bioconductor.org/packages/3.22/books/src/contrib/S4Vectors_0.48.0.tar.gz

While the correct URL would be:

https://bioconductor.org/packages/3.22/bioc/src/contrib/S4Vectors_0.48.1.tar.gz

So the path should be /bioc/ not /books/ and the package version specified should be 0.48.1 instead of 0.48.0. I cannot figure out how to work around this issue. My app uses several Bioconductor packages, so I cannot simply remove this dependency.

Any ideas where this error comes from and how to fix it?

Thanks,

Ivan