summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--var/spack/repos/builtin/packages/r-mass/package.py6
1 files changed, 4 insertions, 2 deletions
diff --git a/var/spack/repos/builtin/packages/r-mass/package.py b/var/spack/repos/builtin/packages/r-mass/package.py
index 5620b4b11b..18232caf30 100644
--- a/var/spack/repos/builtin/packages/r-mass/package.py
+++ b/var/spack/repos/builtin/packages/r-mass/package.py
@@ -29,7 +29,9 @@ class RMass(RPackage):
"""Functions and datasets to support Venables and Ripley, "Modern Applied
Statistics with S" (4th edition, 2002)."""
- homepage = "http://www.stats.ox.ac.uk/pub/MASS4/"
- url = "https://cran.r-project.org/src/contrib/MASS_7.3-45.tar.gz"
+ homepage = "https://cran.r-project.org/web/packages/MASS/index.html"
+ url = "https://cran.r-project.org/src/contrib/MASS_7.3-47.tar.gz"
+ list_url = homepage
+ version('7.3-47', '2ef69aa9e25c0a445661a9877e117594')
version('7.3-45', 'aba3d12fab30f1793bee168a1efea88b')