import: cran: Update to Bioconductor 3.7.

* guix/import/cran.scm (%bioconductor-version): Update to 3.7.
This commit is contained in:
Ricardo Wurmus 2018-06-02 13:36:26 +02:00
parent 83402242ea
commit 41f17554d8
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -128,9 +128,9 @@ (define* (maybe-inputs package-inputs #:optional (type 'inputs))
(define %cran-url "http://cran.r-project.org/web/packages/")
(define %bioconductor-url "https://bioconductor.org/packages/")
;; The latest Bioconductor release is 3.6. Bioconductor packages should be
;; The latest Bioconductor release is 3.7. Bioconductor packages should be
;; updated together.
(define %bioconductor-version "3.6")
(define %bioconductor-version "3.7")
(define %bioconductor-packages-list-url
(string-append "https://bioconductor.org/packages/"