summaryrefslogtreecommitdiff
path: root/guix/import/cran.scm
diff options
context:
space:
mode:
authorRicardo Wurmus <ricardo.wurmus@mdc-berlin.de>2016-05-06 14:54:33 +0200
committerRicardo Wurmus <rekado@elephly.net>2016-05-16 20:52:46 +0200
commit9583e07caea25ddec367e462151805ef8d86a445 (patch)
tree2616800efe34fcb11ea4858beb400bcd8ab9e9e2 /guix/import/cran.scm
parentaf3ac1f5f7ae93b392c8e7b907c9c8cc4c7d4911 (diff)
downloadgnu-guix-9583e07caea25ddec367e462151805ef8d86a445.tar
gnu-guix-9583e07caea25ddec367e462151805ef8d86a445.tar.gz
import cran: Use URL for Bioconductor 3.3.
* guix/import/cran.scm (%bioconductor-svn-url): Update to release URL for version 3.3.
Diffstat (limited to 'guix/import/cran.scm')
-rw-r--r--guix/import/cran.scm6
1 files changed, 3 insertions, 3 deletions
diff --git a/guix/import/cran.scm b/guix/import/cran.scm
index 69485bc88d..6f2ceedeba 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 <rekado@elephly.net>
+;;; Copyright © 2015, 2016 Ricardo Wurmus <rekado@elephly.net>
;;; Copyright © 2015, 2016 Ludovic Courtès <ludo@gnu.org>
;;;
;;; 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/"))