guix-commits
[Top][All Lists]
Advanced

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

01/323: import: cran: Update the Bioconductor version to 3.12.


From: guix-commits
Subject: 01/323: import: cran: Update the Bioconductor version to 3.12.
Date: Mon, 7 Dec 2020 15:12:35 -0500 (EST)

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

commit f301ced1f0b0caef0c7c5e8cb8283cb7f09229ca
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/build-system/r.scm (bioconductor-uri):  Update to 3.12.
---
 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 5ef982d..e2bf41f 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.11";
+          (string-append "https://bioconductor.org/packages/3.12";
                          type-url-part
                          "/src/contrib/"
                          name "_" version ".tar.gz"))))
diff --git a/guix/import/cran.scm b/guix/import/cran.scm
index d6baa6b..6c1fbd7 100644
--- a/guix/import/cran.scm
+++ b/guix/import/cran.scm
@@ -142,9 +142,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]