[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/08: gnu: r-annotationhub: Update to 3.0.2.
From: |
guix-commits |
Subject: |
02/08: gnu: r-annotationhub: Update to 3.0.2. |
Date: |
Wed, 3 Nov 2021 07:59:40 -0400 (EDT) |
rekado pushed a commit to branch r-updates
in repository guix.
commit 0bd745768f69e3c182964177d90b5d414b72cebd
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Wed Nov 3 11:37:21 2021 +0000
gnu: r-annotationhub: Update to 3.0.2.
* gnu/packages/bioconductor.scm (r-annotationhub): Update to 3.0.2.
---
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 3bff466..0acdefb 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -2114,14 +2114,14 @@ databases. Packages produced are intended to be used
with AnnotationDbi.")
(define-public r-annotationhub
(package
(name "r-annotationhub")
- (version "3.0.1")
+ (version "3.0.2")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "AnnotationHub" version))
(sha256
(base32
- "12i8lafy1z97gs4knqi7r5l1hd7dr6j8a23qj4fkdpqsdpyz21z7"))))
+ "09drr13qqdj7b711axmlxv2gkaw17cvkhl0g2rh7w0b2vx13fg7y"))))
(properties `((upstream-name . "AnnotationHub")))
(build-system r-build-system)
(propagated-inputs
- branch r-updates updated (bdb659b -> 35d7411), guix-commits, 2021/11/03
- 01/08: gnu: r-annotationforge: Update to 1.34.1., guix-commits, 2021/11/03
- 03/08: gnu: r-genefilter: Update to 1.74.1., guix-commits, 2021/11/03
- 02/08: gnu: r-annotationhub: Update to 3.0.2.,
guix-commits <=
- 05/08: gnu: r-enrichplot: Update to 1.12.3., guix-commits, 2021/11/03
- 07/08: gnu: r-multidataset: Update to 1.20.2., guix-commits, 2021/11/03
- 06/08: gnu: r-motifstack: Update to 1.36.1., guix-commits, 2021/11/03
- 04/08: gnu: r-dose: Update to 3.18.3., guix-commits, 2021/11/03
- 08/08: gnu: r-s4vectors: Update to 0.30.2., guix-commits, 2021/11/03