guix: Upgrade to Bioconductor 3.16.
* guix/build-system/r.scm (bioconductor-uri): Bump Bioconductor version to 3.16. * guix/import/cran.scm (%bioconductor-version): Same.
This commit is contained in:
parent
68113dc249
commit
f4a7ccc976
@ -61,7 +61,7 @@ release corresponding to NAME and VERSION."
|
||||
"/src/contrib/"
|
||||
name "_" version ".tar.gz")
|
||||
;; TODO: use %bioconductor-version from (guix import cran)
|
||||
(string-append "https://bioconductor.org/packages/3.15"
|
||||
(string-append "https://bioconductor.org/packages/3.16"
|
||||
type-url-part
|
||||
"/src/contrib/"
|
||||
name "_" version ".tar.gz"))))
|
||||
|
@ -188,9 +188,9 @@ package definition."
|
||||
(define %cran-canonical-url "https://cran.r-project.org/package=")
|
||||
(define %bioconductor-url "https://bioconductor.org/packages/")
|
||||
|
||||
;; The latest Bioconductor release is 3.15. Bioconductor packages should be
|
||||
;; The latest Bioconductor release is 3.16. Bioconductor packages should be
|
||||
;; updated together.
|
||||
(define %bioconductor-version "3.15")
|
||||
(define %bioconductor-version "3.16")
|
||||
|
||||
(define* (bioconductor-packages-list-url #:optional type)
|
||||
(string-append "https://bioconductor.org/packages/"
|
||||
|
Loading…
Reference in New Issue
Block a user