guix-commits
[Top][All Lists]
Advanced

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

01/01: import cran: Use URL for Bioconductor 3.3.


From: Ricardo Wurmus
Subject: 01/01: import cran: Use URL for Bioconductor 3.3.
Date: Mon, 16 May 2016 18:53:35 +0000 (UTC)

rekado pushed a commit to branch master
in repository guix.

commit 9583e07caea25ddec367e462151805ef8d86a445
Author: Ricardo Wurmus <address@hidden>
Date:   Fri May 6 14:54:33 2016 +0200

    import cran: Use URL for Bioconductor 3.3.
    
    * guix/import/cran.scm (%bioconductor-svn-url): Update to release URL
      for version 3.3.
---
 guix/import/cran.scm |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/guix/import/cran.scm b/guix/import/cran.scm
index 69485bc..6f2ceed 100644
--- a/guix/import/cran.scm
+++ b/guix/import/cran.scm
@@ -1,5 +1,5 @@
 ;;; GNU Guix --- Functional package management for GNU
-;;; Copyright © 2015 Ricardo Wurmus <address@hidden>
+;;; Copyright © 2015, 2016 Ricardo Wurmus <address@hidden>
 ;;; Copyright © 2015, 2016 Ludovic Courtès <address@hidden>
 ;;;
 ;;; This file is part of GNU Guix.
@@ -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.2.  Bioconductor packages should be
+;; The latest Bioconductor release is 3.3.  Bioconductor packages should be
 ;; updated together.
 (define %bioconductor-svn-url
   (string-append "https://readonly:readonly@";
-                 "hedgehog.fhcrc.org/bioconductor/branches/RELEASE_3_2/"
+                 "hedgehog.fhcrc.org/bioconductor/branches/RELEASE_3_3/"
                  "madman/Rpacks/"))
 
 



reply via email to

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