diff --git a/var/spack/repos/builtin/packages/r-go-db/package.py b/var/spack/repos/builtin/packages/r-go-db/package.py index 53be469518a..c5dfb5e6ff9 100644 --- a/var/spack/repos/builtin/packages/r-go-db/package.py +++ b/var/spack/repos/builtin/packages/r-go-db/package.py @@ -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:")