diff options
author | lingnanyuan <1297162327@qq.com> | 2017-09-23 10:00:02 -0500 |
---|---|---|
committer | Christoph Junghans <christoph.junghans@gmail.com> | 2017-09-23 15:00:02 +0000 |
commit | 9fdcc147a754e3b4f85decb858066610652bd713 (patch) | |
tree | f6d9f54fdae035c7e9aa9a59797302c30aaca92d | |
parent | c6a3f4cf9b07182dabc2f574e97e554a8106164e (diff) | |
download | spack-9fdcc147a754e3b4f85decb858066610652bd713.tar.gz spack-9fdcc147a754e3b4f85decb858066610652bd713.tar.bz2 spack-9fdcc147a754e3b4f85decb858066610652bd713.tar.xz spack-9fdcc147a754e3b4f85decb858066610652bd713.zip |
r-tibble: update version. (#5439)
* pr-quantities: add version & py-numpy conflict (#5307)
* r-tibble: Update version to 1.3.4
-rw-r--r-- | var/spack/repos/builtin/packages/r-tibble/package.py | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/var/spack/repos/builtin/packages/r-tibble/package.py b/var/spack/repos/builtin/packages/r-tibble/package.py index a97380a448..5c81346926 100644 --- a/var/spack/repos/builtin/packages/r-tibble/package.py +++ b/var/spack/repos/builtin/packages/r-tibble/package.py @@ -29,9 +29,10 @@ class RTibble(RPackage): """Provides a 'tbl_df' class that offers better checking and printing capabilities than traditional data frames.""" - homepage = "https://github.com/hadley/tibble" - url = "https://cran.r-project.org/src/contrib/tibble_1.2.tar.gz" - + homepage = "https://github.com/tidyverse/tibble" + url = "https://cran.rstudio.com/src/contrib/tibble_1.3.4.tar.gz" + list_url = homepage + version('1.3.4', '298e81546f999fb0968625698511b8d3') version('1.2', 'bdbc3d67aa16860741add6d6ec20ea13') version('1.1', '2fe9f806109d0b7fadafb1ffafea4cb8') |