guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

289/318: import: cran: Update the Bioconductor version to 3.12.


From: guix-commits
Subject: 289/318: import: cran: Update the Bioconductor version to 3.12.
Date: Fri, 20 Nov 2020 08:41:12 -0500 (EST)

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

commit ac6a55e68a6ed675a55abc5339f776613648cb9d
Author: Roel Janssen <roel@gnu.org>
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

[Prev in Thread] Current Thread [Next in Thread]