[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
04/356: guix: Upgrade to Bioconductor 3.14.
From: |
guix-commits |
Subject: |
04/356: guix: Upgrade to Bioconductor 3.14. |
Date: |
Sun, 7 Nov 2021 18:10:40 -0500 (EST) |
rekado pushed a commit to branch master
in repository guix.
commit 22b568de432dd4ee4bd288cf9ed7110e9815434c
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Thu Nov 4 17:36:48 2021 +0000
guix: Upgrade to Bioconductor 3.14.
* guix/build-system/r.scm (bioconductor-uri): Bump Bioconductor version to
3.14.
* guix/import/cran.scm (%bioconductor-version): Same.
---
guix/build-system/r.scm | 2 +-
guix/import/cran.scm | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/guix/build-system/r.scm b/guix/build-system/r.scm
index 5e4b23c..96d37d5 100644
--- a/guix/build-system/r.scm
+++ b/guix/build-system/r.scm
@@ -59,7 +59,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.13"
+ (string-append "https://bioconductor.org/packages/3.14"
type-url-part
"/src/contrib/"
name "_" version ".tar.gz"))))
diff --git a/guix/import/cran.scm b/guix/import/cran.scm
index 5f5f73c..07a5656 100644
--- a/guix/import/cran.scm
+++ b/guix/import/cran.scm
@@ -155,9 +155,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.13. Bioconductor packages should be
+;; The latest Bioconductor release is 3.14. Bioconductor packages should be
;; updated together.
-(define %bioconductor-version "3.13")
+(define %bioconductor-version "3.14")
(define* (bioconductor-packages-list-url #:optional type)
(string-append "https://bioconductor.org/packages/"
- branch master updated (bd41e59 -> 30b67fd), guix-commits, 2021/11/07
- 01/356: gnu: r-with-tests: Update to 4.1.2., guix-commits, 2021/11/07
- 02/356: gnu: r-with-tests: Remove trailing #T., guix-commits, 2021/11/07
- 05/356: gnu: Add r-msfeatures., guix-commits, 2021/11/07
- 03/356: gnu: r-with-tests: Update patch to DESCRIPTION file., guix-commits, 2021/11/07
- 04/356: guix: Upgrade to Bioconductor 3.14.,
guix-commits <=
- 06/356: gnu: r-biocparallel: Update to 1.28.0., guix-commits, 2021/11/07
- 08/356: gnu: r-biocversion: Update to 3.14.0., guix-commits, 2021/11/07
- 07/356: gnu: r-aneufinder: Update to 1.22.0., guix-commits, 2021/11/07
- 09/356: gnu: r-biocgenerics: Update to 0.40.0., guix-commits, 2021/11/07
- 12/356: gnu: r-decipher: Update to 2.22.0., guix-commits, 2021/11/07
- 11/356: gnu: r-cummerbund: Update to 2.36.0., guix-commits, 2021/11/07
- 14/356: gnu: r-delayedarray: Update to 0.20.0., guix-commits, 2021/11/07
- 18/356: gnu: r-affy: Update to 1.72.0., guix-commits, 2021/11/07
- 19/356: gnu: r-affycomp: Update to 1.70.0., guix-commits, 2021/11/07
- 15/356: gnu: r-bluster: Update to 1.4.0., guix-commits, 2021/11/07