guix-commits
[Top][All Lists]
Advanced

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

01/49: import cran: Use URL for Bioconductor 3.4.


From: Ricardo Wurmus
Subject: 01/49: import cran: Use URL for Bioconductor 3.4.
Date: Wed, 26 Oct 2016 07:29:03 +0000 (UTC)

rekado pushed a commit to branch master
in repository guix.

commit a98470b5beaedfbb9c023c96f18f0f6ac369b034
Author: Ricardo Wurmus <address@hidden>
Date:   Mon Oct 24 00:02:40 2016 +0200

    import cran: Use URL for Bioconductor 3.4.
    
    * guix/import/cran.scm (%bioconductor-svn-url): Update to release URL
    for version 3.4.
---
 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 f936941..e839af5 100644
--- a/guix/import/cran.scm
+++ b/guix/import/cran.scm
@@ -111,11 +111,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.3.  Bioconductor packages should be
+;; The latest Bioconductor release is 3.4.  Bioconductor packages should be
 ;; updated together.
 (define %bioconductor-svn-url
   (string-append "https://readonly:readonly@";
-                 "hedgehog.fhcrc.org/bioconductor/branches/RELEASE_3_3/"
+                 "hedgehog.fhcrc.org/bioconductor/branches/RELEASE_3_4/"
                  "madman/Rpacks/"))
 
 



reply via email to

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