guix-commits
[Top][All Lists]
Advanced

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

01/01: import: Update Bioconductor release to 3.5.


From: Roel Janssen
Subject: 01/01: import: Update Bioconductor release to 3.5.
Date: Fri, 28 Apr 2017 05:03:07 -0400 (EDT)

roelj pushed a commit to branch master
in repository guix.

commit 7c3e4660a5a2d700859603c5b1691f1abb28e284
Author: Roel Janssen <address@hidden>
Date:   Fri Apr 28 11:02:26 2017 +0200

    import: Update Bioconductor release to 3.5.
    
    * guix/import/cran.scm: Change Bioconductor release to 3.5.
---
 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 4d36882..be34a75 100644
--- a/guix/import/cran.scm
+++ b/guix/import/cran.scm
@@ -122,11 +122,11 @@ package definition."
 (define %cran-url "http://cran.r-project.org/web/packages/";)
 (define %bioconductor-url "http://bioconductor.org/packages/";)
 
-;; The latest Bioconductor release is 3.4.  Bioconductor packages should be
+;; The latest Bioconductor release is 3.5.  Bioconductor packages should be
 ;; updated together.
 (define %bioconductor-svn-url
   (string-append "https://readonly:readonly@";
-                 "hedgehog.fhcrc.org/bioconductor/branches/RELEASE_3_4/"
+                 "hedgehog.fhcrc.org/bioconductor/branches/RELEASE_3_5/"
                  "madman/Rpacks/"))
 
 



reply via email to

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