This is an automated email from the git hooks/post-receive script.

roelj pushed a commit to branch wip-r
in repository guix.

The following commit(s) were added to refs/heads/wip-r by this push:
     new 1f2541d  import: cran: Update the Bioconductor version to 3.12.
1f2541d is described below

commit 1f2541d008fc4fc175e61b450271a7592a9eb88d
Author: Roel Janssen <[email protected]>
AuthorDate: Wed Nov 18 15:27:20 2020 +0100

    import: cran: Update the Bioconductor version to 3.12.
    
    * guix/import/cran.scm (%bioconductor-version): Set to 3.12.
---
 guix/import/cran.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/guix/import/cran.scm b/guix/import/cran.scm
index a1275b4..f2fb363 100644
--- a/guix/import/cran.scm
+++ b/guix/import/cran.scm
@@ -141,9 +141,9 @@ package definition."
 (define %cran-url "https://cran.r-project.org/web/packages/";)
 (define %bioconductor-url "https://bioconductor.org/packages/";)
 
-;; The latest Bioconductor release is 3.11.  Bioconductor packages should be
+;; The latest Bioconductor release is 3.12.  Bioconductor packages should be
 ;; updated together.
-(define %bioconductor-version "3.11")
+(define %bioconductor-version "3.12")
 
 (define* (bioconductor-packages-list-url #:optional type)
   (string-append "https://bioconductor.org/packages/";

Reply via email to