build-system/r: Update to Bioconductor 3.7.

This is a follow-up to 41f17554d8.

* guix/build-system/r.scm (bioconductor-uri): Update to version 3.7.
This commit is contained in:
Ricardo Wurmus 2018-06-05 09:57:05 +02:00
parent 4bf0a1f8d1
commit 0ebef06dbe
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ release corresponding to NAME and VERSION."
(list (string-append "https://bioconductor.org/packages/release/bioc/src/contrib/"
name "_" version ".tar.gz")
;; TODO: use %bioconductor-version from (guix import cran)
(string-append "https://bioconductor.org/packages/3.6/bioc/src/contrib/Archive/"
(string-append "https://bioconductor.org/packages/3.7/bioc/src/contrib/Archive/"
name "_" version ".tar.gz")))
(define %r-build-system-modules