aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md2
-rw-r--r--gn/packages/bioinformatics.scm4
2 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index a13e0b1..51c4aef 100644
--- a/README.md
+++ b/README.md
@@ -44,7 +44,7 @@ Install the module environment with
## python2-numarray 1.5.2
-Install the module environment with
+Install python2-numarray package with
git clone https://github.com/genenetwork/guix-bioinformatics.git
export GUIX_PACKAGE_PATH=$PWD/guix-bioinformatics/
diff --git a/gn/packages/bioinformatics.scm b/gn/packages/bioinformatics.scm
index 0f9b2bf..c984c7e 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)))