guix: Update Bioconductor version to 3.19.
* guix/build-system/r.scm (bioconductor-uri): Use 3.19 URL. * guix/import/cran.scm (%bioconductor-version): Set to 3.19. Change-Id: I7a2c4dfcdb2c4cdfef581f823d87e73acc163549
This commit is contained in:
parent
66e179ac18
commit
53555dac1c
@ -60,7 +60,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.18"
|
||||
(string-append "https://bioconductor.org/packages/3.19"
|
||||
type-url-part
|
||||
"/src/contrib/"
|
||||
name "_" version ".tar.gz"))))
|
||||
|
@ -198,9 +198,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.18. Bioconductor packages should be
|
||||
;; The latest Bioconductor release is 3.19. Bioconductor packages should be
|
||||
;; updated together.
|
||||
(define %bioconductor-version "3.18")
|
||||
(define %bioconductor-version "3.19")
|
||||
|
||||
(define* (bioconductor-packages-list-url #:optional type)
|
||||
(string-append "https://bioconductor.org/packages/"
|
||||
|
Loading…
Reference in New Issue
Block a user