diff options
author | lingnanyuan <1297162327@qq.com> | 2017-10-25 04:16:34 -0500 |
---|---|---|
committer | Todd Gamblin <tgamblin@llnl.gov> | 2017-10-25 11:16:34 +0200 |
commit | d0a5f73a949cb52096984f6b6b834ef8940ceccd (patch) | |
tree | dc15ce643a483b7aa351d1c104b25abd25ea69cf | |
parent | c5447d7818498c62865b741cafe10c78edec3608 (diff) | |
download | spack-d0a5f73a949cb52096984f6b6b834ef8940ceccd.tar.gz spack-d0a5f73a949cb52096984f6b6b834ef8940ceccd.tar.bz2 spack-d0a5f73a949cb52096984f6b6b834ef8940ceccd.tar.xz spack-d0a5f73a949cb52096984f6b6b834ef8940ceccd.zip |
r-formula: Update version to 1.2-2 (#5923)
-rw-r--r-- | var/spack/repos/builtin/packages/r-formula/package.py | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/var/spack/repos/builtin/packages/r-formula/package.py b/var/spack/repos/builtin/packages/r-formula/package.py index 5ce97399a8..9f7b7c6d7f 100644 --- a/var/spack/repos/builtin/packages/r-formula/package.py +++ b/var/spack/repos/builtin/packages/r-formula/package.py @@ -31,6 +31,8 @@ class RFormula(RPackage): side and/or multiple responses on the left-hand side.""" homepage = "https://cran.r-project.org/package=Formula" - url = "https://cran.r-project.org/src/contrib/Formula_1.2-1.tar.gz" + url = "https://cran.rstudio.com/src/contrib/Formula_1.2-2.tar.gz" + list_url = "https://cran.r-project.org/src/contrib/Archive/Formula" + version('1.2-2', 'c69bb0522811cf8eb9f1cc6c3d182b6e') version('1.2-1', '2afb31e637cecd0c1106317aca1e4849') |