summaryrefslogtreecommitdiff
path: root/var
diff options
context:
space:
mode:
authorYifan Zhu <ifanzhu@foxmail.com>2017-09-21 01:42:32 -0500
committerMassimiliano Culpo <massimiliano.culpo@googlemail.com>2017-09-21 08:42:32 +0200
commit7373d20cbc26276882cd7365044c761bcaee72e7 (patch)
treeed3b485b571b01788d1d22cdaf07a2dd67c664b3 /var
parentb8a7b2e9a0515cb0464a518edec837c28b5b888d (diff)
downloadspack-7373d20cbc26276882cd7365044c761bcaee72e7.tar.gz
spack-7373d20cbc26276882cd7365044c761bcaee72e7.tar.bz2
spack-7373d20cbc26276882cd7365044c761bcaee72e7.tar.xz
spack-7373d20cbc26276882cd7365044c761bcaee72e7.zip
r-biocinstaller: added version 1.26.1 (#5406)
Diffstat (limited to 'var')
-rw-r--r--var/spack/repos/builtin/packages/r-biocinstaller/package.py6
1 files changed, 4 insertions, 2 deletions
diff --git a/var/spack/repos/builtin/packages/r-biocinstaller/package.py b/var/spack/repos/builtin/packages/r-biocinstaller/package.py
index 5d91eb0a83..f1ed542855 100644
--- a/var/spack/repos/builtin/packages/r-biocinstaller/package.py
+++ b/var/spack/repos/builtin/packages/r-biocinstaller/package.py
@@ -29,9 +29,11 @@ class RBiocinstaller(RPackage):
"""This package is used to install and update Bioconductor, CRAN,
and (some) github packages."""
- homepage = "http://bioconductor.org/packages/devel/bioc/html/BiocInstaller.html"
- url = "http://bioconductor.org/packages/devel/bioc/src/contrib/BiocInstaller_1.25.3.tar.gz"
+ homepage = "https://bioconductor.org/packages/BiocInstaller/"
+ url = "https://bioconductor.org/packages/3.5/bioc/src/contrib/BiocInstaller_1.26.1.tar.gz"
+ list_url = homepage
+ version('1.26.1', 'ec0f8866639475bcd91179dcc840b5f4')
version('1.25.3', '6214770455a5122dca5544861f52c91d')
depends_on('r@3.4.0:')