update r-go-db

This commit is contained in:
Glenn Johnson 2023-04-27 16:49:51 -05:00
parent 0e627d0401
commit 81cd1fc32d

View File

@ -15,6 +15,11 @@ class RGoDb(RPackage):
bioc = "GO.db"
url = "https://www.bioconductor.org/packages/release/data/annotation/src/contrib/GO.db_3.4.1.tar.gz"
version(
"3.17.0",
url="https://bioconductor.org/packages/3.17/data/annotation/src/contrib/GO.db_3.17.0.tar.gz",
sha256="5dbe48060813c8c39a725b34d9c793ca76ef8e568fdc49f96f4a4bd8ba30401c",
)
version(
"3.16.0",
url="https://bioconductor.org/packages/3.16/data/annotation/src/contrib/GO.db_3.16.0.tar.gz",
@ -46,3 +51,5 @@ class RGoDb(RPackage):
depends_on("r-annotationdbi@1.51.3:", type=("build", "run"), when="@3.12.1:")
depends_on("r-annotationdbi@1.55.1:", type=("build", "run"), when="@3.14.0:")
depends_on("r-annotationdbi@1.57.1:", type=("build", "run"), when="@3.15.0:")
depends_on("r-annotationdbi@1.59.1:", type=("build", "run"), when="@3.16.0:")
depends_on("r-annotationdbi@1.61.0:", type=("build", "run"), when="@3.17.0:")