From 58a7df23872ac8035fdac75c93cedf6dd7819dd0 Mon Sep 17 00:00:00 2001 From: Glenn Johnson Date: Thu, 27 Apr 2023 16:58:41 -0500 Subject: [PATCH] add version 0.38.0 to bioconductor package r-s4vectors --- var/spack/repos/builtin/packages/r-s4vectors/package.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/var/spack/repos/builtin/packages/r-s4vectors/package.py b/var/spack/repos/builtin/packages/r-s4vectors/package.py index 66476dbdcb1..00cbd1ca194 100644 --- a/var/spack/repos/builtin/packages/r-s4vectors/package.py +++ b/var/spack/repos/builtin/packages/r-s4vectors/package.py @@ -20,6 +20,7 @@ class RS4vectors(RPackage): bioc = "S4Vectors" + version("0.38.0", commit="e80c24e1481033741147a0677fb42ce455e7da74") version("0.36.0", commit="af58701957ffdd9209031dd6a8dee3acdc58e999") version("0.34.0", commit="f590de3ec4d896a63351d0c1925d3856c0bd5292") version("0.32.3", commit="ad90e78fd3a4059cfcf2846498fb0748b4394e1a") @@ -34,7 +35,6 @@ class RS4vectors(RPackage): depends_on("r@3.3.0:", type=("build", "run")) depends_on("r@4.0.0:", type=("build", "run"), when="@0.28.1:") depends_on("r-biocgenerics@0.21.1:", type=("build", "run")) - depends_on("r-biocgenerics@0.23.3:", type=("build", "run"), when="@0.16.0:0.22.1") depends_on("r-biocgenerics@0.31.1:", type=("build", "run"), when="@0.26.1:") depends_on("r-biocgenerics@0.36.0:", type=("build", "run"), when="@0.28.1:") depends_on("r-biocgenerics@0.37.0:", type=("build", "run"), when="@0.32.3:")