From 7373d20cbc26276882cd7365044c761bcaee72e7 Mon Sep 17 00:00:00 2001 From: Yifan Zhu Date: Thu, 21 Sep 2017 01:42:32 -0500 Subject: [PATCH] r-biocinstaller: added version 1.26.1 (#5406) --- var/spack/repos/builtin/packages/r-biocinstaller/package.py | 6 ++++-- 1 file 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:')