diff options
author | Roel Janssen <roel@gnu.org> | 2017-04-28 10:31:29 +0200 |
---|---|---|
committer | Roel Janssen <roel@gnu.org> | 2017-04-28 11:04:22 +0200 |
commit | 34c276f7612ecbe0cdf1c8f0b24ec435fa7bc542 (patch) | |
tree | be48cebc4f0b3dc64a19d0b6b3c8443419a8e940 | |
parent | 9511773423690f8a0fd063e50845094b2e2aebb4 (diff) | |
download | guix-34c276f7612ecbe0cdf1c8f0b24ec435fa7bc542.tar.gz |
gnu: r-shortread: Update to 1.34.0.
* gnu/packages/bioinformatics.scm (r-shortread): Update to 1.34.0.
-rw-r--r-- | gnu/packages/bioinformatics.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm index cd3c6aa491..f1045b2b68 100644 --- a/gnu/packages/bioinformatics.scm +++ b/gnu/packages/bioinformatics.scm @@ -5644,14 +5644,14 @@ testing and other simple calculations.") (define-public r-shortread (package (name "r-shortread") - (version "1.32.1") + (version "1.34.0") (source (origin (method url-fetch) (uri (bioconductor-uri "ShortRead" version)) (sha256 (base32 - "1m7lbfxs7xwcy9xs76zy5rky2mb96anvh457xfw60lh3kygwfpxc")))) + "0ayk3d5625ymb5g2gycq6banzqmyd642xrwjzhdshz2dwid7kly8")))) (properties `((upstream-name . "ShortRead"))) (build-system r-build-system) (inputs |