summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--var/spack/repos/builtin/packages/r-rinside/package.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/var/spack/repos/builtin/packages/r-rinside/package.py b/var/spack/repos/builtin/packages/r-rinside/package.py
index 92acf3ca40..7ed751394e 100644
--- a/var/spack/repos/builtin/packages/r-rinside/package.py
+++ b/var/spack/repos/builtin/packages/r-rinside/package.py
@@ -23,9 +23,10 @@ class RRinside(RPackage):
available at the 'RInside' website as well."""
homepage = "http://dirk.eddelbuettel.com/code/rinside.html"
- url = "https://cran.r-project.org/src/contrib/RInside_0.2.14.tar.gz"
+ url = "https://cran.r-project.org/src/contrib/RInside_0.2.15.tar.gz"
list_url = "https://cran.r-project.org/src/contrib/Archive/RInside"
+ version('0.2.15', '3b8c13dc53c6958c1f82c0a25dd6c211')
version('0.2.14', 'fc72761e22b1f597433eb53d6eb122ff')
version('0.2.13', '2e3c35a7bd648e9bef98d0afcc02cf88')