[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
08/119: gnu: r-annotationhub: Update to 3.0.1.
From: |
guix-commits |
Subject: |
08/119: gnu: r-annotationhub: Update to 3.0.1. |
Date: |
Sat, 10 Jul 2021 16:31:38 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit 74bfaf92dbb8b9b3315db5f48af100f32ddb1333
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Sat Jul 10 13:26:08 2021 +0200
gnu: r-annotationhub: Update to 3.0.1.
* gnu/packages/bioconductor.scm (r-annotationhub): Update to 3.0.1.
---
gnu/packages/bioconductor.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm
index b6e2e74..4716808 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -2034,14 +2034,14 @@ databases. Packages produced are intended to be used
with AnnotationDbi.")
(define-public r-annotationhub
(package
(name "r-annotationhub")
- (version "3.0.0")
+ (version "3.0.1")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "AnnotationHub" version))
(sha256
(base32
- "1p9773fv7j7q4x1sjqqaw32qy9lqn2gf6gkynh1d8n1kd7v7sclp"))))
+ "12i8lafy1z97gs4knqi7r5l1hd7dr6j8a23qj4fkdpqsdpyz21z7"))))
(properties `((upstream-name . "AnnotationHub")))
(build-system r-build-system)
(propagated-inputs
- branch master updated (5c45ed0 -> 6db1afe), guix-commits, 2021/07/10
- 02/119: gnu: r-vdiffr: Update to 1.0.2., guix-commits, 2021/07/10
- 05/119: gnu: Add r-wk., guix-commits, 2021/07/10
- 06/119: gnu: Add r-s2., guix-commits, 2021/07/10
- 07/119: gnu: Add r-ggpp., guix-commits, 2021/07/10
- 09/119: gnu: r-biomart: Update to 2.48.2., guix-commits, 2021/07/10
- 03/119: gnu: r-gtools: Update to 3.9.2., guix-commits, 2021/07/10
- 01/119: gnu: r-rintrojs: Update to 0.3.0., guix-commits, 2021/07/10
- 04/119: gnu: Add r-reldist., guix-commits, 2021/07/10
- 08/119: gnu: r-annotationhub: Update to 3.0.1.,
guix-commits <=
- 10/119: gnu: r-biocparallel: Update to 1.26.1., guix-commits, 2021/07/10
- 11/119: gnu: r-edaseq: Update to 2.26.1., guix-commits, 2021/07/10
- 13/119: gnu: r-genomeinfodb: Update to 1.28.1., guix-commits, 2021/07/10
- 12/119: gnu: r-ensembldb: Update to 2.16.2., guix-commits, 2021/07/10
- 19/119: gnu: r-enrichplot: Update to 1.12.2., guix-commits, 2021/07/10
- 16/119: gnu: r-systempiper: Update to 1.26.3., guix-commits, 2021/07/10
- 25/119: gnu: r-bioconcotk: Update to 1.12.1., guix-commits, 2021/07/10
- 18/119: gnu: r-dose: Update to 3.18.1., guix-commits, 2021/07/10
- 14/119: gnu: r-limma: Update to 3.48.1., guix-commits, 2021/07/10
- 15/119: gnu: r-mzr: Update to 2.26.1., guix-commits, 2021/07/10