summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--var/spack/repos/builtin/packages/r-dbplyr/package.py23
1 files changed, 14 insertions, 9 deletions
diff --git a/var/spack/repos/builtin/packages/r-dbplyr/package.py b/var/spack/repos/builtin/packages/r-dbplyr/package.py
index 16784e1a67..5950fb4a02 100644
--- a/var/spack/repos/builtin/packages/r-dbplyr/package.py
+++ b/var/spack/repos/builtin/packages/r-dbplyr/package.py
@@ -17,13 +17,18 @@ class RDbplyr(RPackage):
url = "https://cran.r-project.org/src/contrib/dbplyr_1.1.0.tar.gz"
list_url = "https://cran.r-project.org/src/contrib/Archive/dbplyr"
- version('1.1.0', 'a66a08d1046e3e44bfe17e65ce72a1d0')
+ version('1.2.2', sha256='9d410bb0055fffe10f1f8da55a5b24d98322c7b571d74df61427d5888332bc48')
+ version('1.2.1', sha256='b348e7a02623f037632c85fb11be16c40c01755ae6ca02c8c189cdc192a699db')
+ version('1.2.0', sha256='02a5fa8dcf8a81c061fdaefa74f17896bee913720418b44dbd226a0d6b30799d')
+ version('1.1.0', sha256='7b1e456a2d1056fa6284582cd82d2df66d06b3eea92e9995f5a91a45f246f69d')
- depends_on('r-assertthat', type=('build', 'run'))
- depends_on('r-dbi', type=('build', 'run'))
- depends_on('r-dplyr', type=('build', 'run'))
- depends_on('r-glue', type=('build', 'run'))
- depends_on('r-purrr', type=('build', 'run'))
- depends_on('r-rlang', type=('build', 'run'))
- depends_on('r-tibble', type=('build', 'run'))
- depends_on('r-r6', type=('build', 'run'))
+ depends_on('r@3.2:', type=('build', 'run'))
+ depends_on('r-assertthat@0.2.0:', type=('build', 'run'))
+ depends_on('r-dbi@0.7:', type=('build', 'run'))
+ depends_on('r-dplyr@0.7.4:', type=('build', 'run'))
+ depends_on('r-glue@1.2.0:', type=('build', 'run'))
+ depends_on('r-purrr@0.2.4:', type=('build', 'run'))
+ depends_on('r-r6@2.2.2:', type=('build', 'run'))
+ depends_on('r-rlang@0.1.6:', type=('build', 'run'))
+ depends_on('r-tibble@1.4.1:', type=('build', 'run'))
+ depends_on('r-tidyselect@0.2.2:', type=('build', 'run'))