[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
243/288: gnu: r-seqpattern: Update to 1.22.0.
From: |
guix-commits |
Subject: |
243/288: gnu: r-seqpattern: Update to 1.22.0. |
Date: |
Thu, 19 Nov 2020 10:23:52 -0500 (EST) |
rekado pushed a commit to branch wip-r
in repository guix.
commit 319aef6542aee9482bf7d20a504c8912d5dc9527
Author: zimoun <zimon.toutoune@gmail.com>
AuthorDate: Fri Oct 30 15:59:28 2020 +0100
gnu: r-seqpattern: Update to 1.22.0.
* gnu/packages/bioinformatics.scm (r-seqpattern): Update to 1.22.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 cffd3f0..c3c7337 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -8447,13 +8447,13 @@ microarray data, using nearest neighbor averaging.")
(define-public r-seqpattern
(package
(name "r-seqpattern")
- (version "1.20.0")
+ (version "1.22.0")
(source (origin
(method url-fetch)
(uri (bioconductor-uri "seqPattern" version))
(sha256
(base32
- "0f1yvx2ri1557rzjx08q5bgml1cvkm8hjl8xn1qi4rjs64sy6mci"))))
+ "0j68n6fwycxjpl2va5fw7ajb123n758s2pq997d76dysxghmrlzq"))))
(properties
`((upstream-name . "seqPattern")))
(build-system r-build-system)
- 288/288: gnu: r-sushi: Update to 1.28.0., (continued)
- 288/288: gnu: r-sushi: Update to 1.28.0., guix-commits, 2020/11/19
- 205/288: gnu: r-scran: Update to 1.18.0., guix-commits, 2020/11/19
- 229/288: gnu: r-biobase: Update to 2.50.0., guix-commits, 2020/11/19
- 241/288: gnu: r-bsgenome: Update to 1.58.0., guix-commits, 2020/11/19
- 253/288: gnu: r-annotationfilter: Update to 1.14.0., guix-commits, 2020/11/19
- 254/288: gnu: r-chipseq: Update to 1.40.0., guix-commits, 2020/11/19
- 246/288: gnu: r-zlibbioc: Update to 1.36.0., guix-commits, 2020/11/19
- 267/288: gnu: r-aroma-light: Update to 3.20.0., guix-commits, 2020/11/19
- 274/288: gnu: r-genomicfiles: Update to 1.26.0., guix-commits, 2020/11/19
- 230/288: gnu: r-annotationdbi: Update to 1.52.0., guix-commits, 2020/11/19
- 243/288: gnu: r-seqpattern: Update to 1.22.0.,
guix-commits <=