[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
08/13: gnu: r-genomicranges: Update to 1.24.2.
From: |
Ben Woodcroft |
Subject: |
08/13: gnu: r-genomicranges: Update to 1.24.2. |
Date: |
Thu, 28 Jul 2016 11:55:40 +0000 (UTC) |
benwoodcroft pushed a commit to branch master
in repository guix.
commit a463055862e0b1e37bab41f76bb10537af5c42e8
Author: Ben Woodcroft <address@hidden>
Date: Thu Jul 28 21:09:16 2016 +1000
gnu: r-genomicranges: Update to 1.24.2.
* gnu/packages/bioinformatics.scm (r-genomicranges): Update to 1.24.2.
---
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 287d9ec..7d9b11d 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -4732,13 +4732,13 @@ different technologies, including microarrays, RNA-seq,
and quantitative PCR.")
(define-public r-genomicranges
(package
(name "r-genomicranges")
- (version "1.24.0")
+ (version "1.24.2")
(source (origin
(method url-fetch)
(uri (bioconductor-uri "GenomicRanges" version))
(sha256
(base32
- "1iyzg1npl3rnnslwq3h759vf0xhshnn5v801rnlj6bnxzhn9yaqh"))))
+ "183kdz76rz93v69k6x684bpwa28xixp83bsyf6xfy182h6vh8x89"))))
(properties
`((upstream-name . "GenomicRanges")))
(build-system r-build-system)
- branch master updated (f2e7917 -> 6547708), Ben Woodcroft, 2016/07/28
- 01/13: gnu: r-genomeinfodb: Update to 1.8.3., Ben Woodcroft, 2016/07/28
- 07/13: gnu: r-annotationdbi: Update to 1.34.4., Ben Woodcroft, 2016/07/28
- 05/13: gnu: r-biostrings: Update to 2.40.2., Ben Woodcroft, 2016/07/28
- 09/13: gnu: r-xvector: Update to 0.12.1., Ben Woodcroft, 2016/07/28
- 06/13: gnu: r-biocparallel: Update to 1.6.3., Ben Woodcroft, 2016/07/28
- 04/13: gnu: r-summarizedexperiment: Update to 1.2.3., Ben Woodcroft, 2016/07/28
- 08/13: gnu: r-genomicranges: Update to 1.24.2.,
Ben Woodcroft <=
- 12/13: gnu: r-bsgenome: Update to 1.40.1., Ben Woodcroft, 2016/07/28
- 11/13: gnu: r-iranges: Update to 2.6.1., Ben Woodcroft, 2016/07/28
- 10/13: gnu: r-limma: Update to 3.28.17., Ben Woodcroft, 2016/07/28
- 03/13: gnu: r-genomicalignments: Update to 1.8.4., Ben Woodcroft, 2016/07/28
- 13/13: gnu: r-genomicfeatures: Update to 1.24.5., Ben Woodcroft, 2016/07/28
- 02/13: gnu: r-rtracklayer: Update to 1.32.2., Ben Woodcroft, 2016/07/28