mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
import: Update Bioconductor release to 3.5.
* guix/import/cran.scm: Change Bioconductor release to 3.5.
This commit is contained in:
parent
ffef27f3d2
commit
7c3e4660a5
1 changed files with 2 additions and 2 deletions
|
@ -122,11 +122,11 @@ (define* (maybe-inputs package-inputs #:optional (type 'inputs))
|
|||
(define %cran-url "http://cran.r-project.org/web/packages/")
|
||||
(define %bioconductor-url "http://bioconductor.org/packages/")
|
||||
|
||||
;; The latest Bioconductor release is 3.4. Bioconductor packages should be
|
||||
;; The latest Bioconductor release is 3.5. Bioconductor packages should be
|
||||
;; updated together.
|
||||
(define %bioconductor-svn-url
|
||||
(string-append "https://readonly:readonly@"
|
||||
"hedgehog.fhcrc.org/bioconductor/branches/RELEASE_3_4/"
|
||||
"hedgehog.fhcrc.org/bioconductor/branches/RELEASE_3_5/"
|
||||
"madman/Rpacks/"))
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue