aboutsummaryrefslogtreecommitdiff
path: root/gn/packages
diff options
context:
space:
mode:
authorDennis E. Mungai2016-05-11 13:30:04 +0300
committerDennis E. Mungai2016-05-11 13:30:04 +0300
commitf950dcb65943b70bdf66711b6cbf1968fd2dd132 (patch)
tree768b80f5f253c646f93fd44d6517eb65673ac2bf /gn/packages
parent503e8ac23a4c1d3a60f48029890d3f30bbad543f (diff)
downloadguix-bioinformatics-f950dcb65943b70bdf66711b6cbf1968fd2dd132.tar.gz
r-biocprocesscore has been updated.
This should fix the genenetwork2 build issue, as noted on IRC.
Diffstat (limited to 'gn/packages')
-rw-r--r--gn/packages/bioinformatics.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gn/packages/bioinformatics.scm b/gn/packages/bioinformatics.scm
index 68095e9..c1b22fd 100644
--- a/gn/packages/bioinformatics.scm
+++ b/gn/packages/bioinformatics.scm
@@ -703,13 +703,13 @@ length of a short-read sequencing alignment.")
(define-public r-biocpreprocesscore
(package
(name "r-biocpreprocesscore")
- (version "1.32.0")
+ (version "1.34.0")
(source (origin
(method url-fetch)
(uri (bioconductor-uri "preprocessCore" version))
(sha256
(base32
- "07isghjkqm91rg37l1fzpjrbq36b7w4pbsi95wwh6a8qq7r69z1n"))))
+ "0bcfi26ahs4ybagvz29vlp1wldhhbwwh73xz6v6xb07nakyzb6cf"))))
(properties
`((upstream-name . "BiocpreprocessCore")
(r-repository . bioconductor)))