benwoodcroft pushed a commit to branch master
in repository guix.
commit a22999f245a32b1e58fe8916392bc1b2712d1b3c
Author: Ben Woodcroft <[email protected]>
Date: Thu Jul 28 21:08:42 2016 +1000
gnu: r-biocparallel: Update to 1.6.3.
* gnu/packages/bioinformatics.scm (r-biocparallel): Update to 1.6.3.
---
gnu/packages/bioinformatics.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index 02f507c..a95a071 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -4838,13 +4838,13 @@ powerful online queries from gene annotation to
database mining.")
(define-public r-biocparallel
(package
(name "r-biocparallel")
- (version "1.6.2")
+ (version "1.6.3")
(source (origin
(method url-fetch)
(uri (bioconductor-uri "BiocParallel" version))
(sha256
(base32
- "0ki5xvb3cwjmlsx81gr8ylk1qy3imlj2dd04mzpvl28x42ay4dqj"))))
+ "1gb3lpafhx9wi7wbjdvczdf837qq1arpymcr438jwx39biv9dwb4"))))
(properties
`((upstream-name . "BiocParallel")))
(build-system r-build-system)