import cran: Use URL for Bioconductor 3.4.
* guix/import/cran.scm (%bioconductor-svn-url): Update to release URL for version 3.4.
This commit is contained in:
parent
6c18c4f603
commit
a98470b5be
|
@ -111,11 +111,11 @@ package definition."
|
||||||
(define %cran-url "http://cran.r-project.org/web/packages/")
|
(define %cran-url "http://cran.r-project.org/web/packages/")
|
||||||
(define %bioconductor-url "http://bioconductor.org/packages/")
|
(define %bioconductor-url "http://bioconductor.org/packages/")
|
||||||
|
|
||||||
;; The latest Bioconductor release is 3.3. Bioconductor packages should be
|
;; The latest Bioconductor release is 3.4. Bioconductor packages should be
|
||||||
;; updated together.
|
;; updated together.
|
||||||
(define %bioconductor-svn-url
|
(define %bioconductor-svn-url
|
||||||
(string-append "https://readonly:readonly@"
|
(string-append "https://readonly:readonly@"
|
||||||
"hedgehog.fhcrc.org/bioconductor/branches/RELEASE_3_3/"
|
"hedgehog.fhcrc.org/bioconductor/branches/RELEASE_3_4/"
|
||||||
"madman/Rpacks/"))
|
"madman/Rpacks/"))
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue