guix: Update to Bioconductor 3.21.

* guix/build-system/r.scm (bioconductor-uri): Update version in URI to 3.21.
* guix/import/cran.scm (%bioconductor-version): Update to 3.21.

Change-Id: I216576d42d013a00310cc2230e89567ffb1487a2
This commit is contained in:
Ricardo Wurmus 2025-04-16 18:17:03 +02:00
parent 5cf2161529
commit 3071ef9397
No known key found for this signature in database
GPG key ID: 197A5888235FACAC
2 changed files with 3 additions and 3 deletions

View file

@ -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.20"
(string-append "https://bioconductor.org/packages/3.21"
type-url-part
"/src/contrib/"
name "_" version ".tar.gz"))))

View file

@ -199,9 +199,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.20. Bioconductor packages should be
;; The latest Bioconductor release is 3.21. Bioconductor packages should be
;; updated together.
(define %bioconductor-version "3.20")
(define %bioconductor-version "3.21")
(define* (bioconductor-packages-list-url #:optional type)
(string-append "https://bioconductor.org/packages/"