[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/63: gnu: r-annotate: Update to 1.54.0.
From: |
Roel Janssen |
Subject: |
01/63: gnu: r-annotate: Update to 1.54.0. |
Date: |
Fri, 28 Apr 2017 05:05:57 -0400 (EDT) |
roelj pushed a commit to branch master
in repository guix.
commit dbab99b6d2cdf684881dbe544f775328fb255e7e
Author: Roel Janssen <address@hidden>
Date: Fri Apr 28 10:26:57 2017 +0200
gnu: r-annotate: Update to 1.54.0.
* gnu/packages/bioinformatics.scm (r-annotate): Update to 1.54.0.
---
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 231dd7a..bce5ebb 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -5389,14 +5389,14 @@ data types as well.")
(define-public r-annotate
(package
(name "r-annotate")
- (version "1.52.1")
+ (version "1.54.0")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "annotate" version))
(sha256
(base32
- "0yymz8qxgnbybvfhqrgkd1hh9dhwxdii1yxkhr1zicjgb35xixxb"))))
+ "03hmbvp3i6lvd307fqdg7akxi2qp322rlky3bzw0zccgm0i0221g"))))
(build-system r-build-system)
(propagated-inputs
`(("r-annotationdbi" ,r-annotationdbi)
- branch master updated (7c3e466 -> 4646a79), Roel Janssen, 2017/04/28
- 01/63: gnu: r-annotate: Update to 1.54.0.,
Roel Janssen <=
- 02/63: gnu: r-geneplotter: Update to 1.54.0., Roel Janssen, 2017/04/28
- 03/63: gnu: r-genefilter: Update to 1.58.0., Roel Janssen, 2017/04/28
- 05/63: gnu: r-annotationforge: Update to 1.18.0., Roel Janssen, 2017/04/28
- 06/63: gnu: r-rbgl: Update to 1.52.0., Roel Janssen, 2017/04/28
- 08/63: gnu: r-category: Update to 2.42.0., Roel Janssen, 2017/04/28
- 09/63: gnu: r-gostats: Update to 2.42.0., Roel Janssen, 2017/04/28
- 04/63: gnu: r-deseq2: Update to 1.16.0., Roel Janssen, 2017/04/28
- 07/63: gnu: r-gseabase: Update to 1.38.0., Roel Janssen, 2017/04/28
- 17/63: gnu: r-bioccheck: Update to 1.12.0., Roel Janssen, 2017/04/28
- 23/63: gnu: r-variantannotation: Update to 1.22.0., Roel Janssen, 2017/04/28