diff options
author | Roel Janssen <roel@gnu.org> | 2017-04-28 11:02:26 +0200 |
---|---|---|
committer | Roel Janssen <roel@gnu.org> | 2017-04-28 11:02:26 +0200 |
commit | 7c3e4660a5a2d700859603c5b1691f1abb28e284 (patch) | |
tree | 84e061a9a71e643a1baf79326c1ce4c6862c3feb | |
parent | ffef27f3d249d3ecb46931073ef94f5c6029d500 (diff) | |
download | guix-7c3e4660a5a2d700859603c5b1691f1abb28e284.tar.gz |
import: Update Bioconductor release to 3.5.
* guix/import/cran.scm: Change Bioconductor release to 3.5.
-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 4d36882cf5..be34a75c8d 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/")) |