diff options
Diffstat (limited to 'guix/import/cran.scm')
-rw-r--r-- | guix/import/cran.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/guix/import/cran.scm b/guix/import/cran.scm index f9369414cd..e839af5de2 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/")) |