[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
33/34: gnu: r-scater: Update to 1.12.2.
From: |
guix-commits |
Subject: |
33/34: gnu: r-scater: Update to 1.12.2. |
Date: |
Tue, 28 May 2019 18:17:20 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit 55cd48508e93e0fba170d872465ff1f578858283
Author: Ricardo Wurmus <address@hidden>
Date: Wed May 29 00:02:37 2019 +0200
gnu: r-scater: Update to 1.12.2.
* gnu/packages/bioinformatics.scm (r-scater): Update to 1.12.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 b5c9c15..0c8f2d9 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -10568,13 +10568,13 @@ libraries.")
(define-public r-scater
(package
(name "r-scater")
- (version "1.12.1")
+ (version "1.12.2")
(source (origin
(method url-fetch)
(uri (bioconductor-uri "scater" version))
(sha256
(base32
- "0k4jc0xc2n49saylcjrg7laxq4mchg4nv06nrbc6cp4vzpf33jh5"))))
+ "16a17161xlhh6qpna9qxph3anlc7ydgyrczmy4alfiw8si7pzmxa"))))
(build-system r-build-system)
(propagated-inputs
`(("r-beachmat" ,r-beachmat)
- 26/34: gnu: r-icobra: Update to 1.12.1., (continued)
- 26/34: gnu: r-icobra: Update to 1.12.1., guix-commits, 2019/05/28
- 28/34: import: cran: Ignore invalid packages from the system requirements., guix-commits, 2019/05/28
- 30/34: gnu: r-edger: Update to 3.26.4., guix-commits, 2019/05/28
- 17/34: gnu: r-cmprsk: Update to 2.2-8., guix-commits, 2019/05/28
- 22/34: gnu: r-wgcna: Update to 1.68., guix-commits, 2019/05/28
- 23/34: gnu: r-ggfortify: Update to 0.4.7., guix-commits, 2019/05/28
- 24/34: gnu: r-geosphere: Update to 1.5-10., guix-commits, 2019/05/28
- 15/34: gnu: r-bayesplot: Update to 1.7.0., guix-commits, 2019/05/28
- 27/34: gnu: r-atacseqqc: Update to 1.8.1., guix-commits, 2019/05/28
- 21/34: gnu: r-bookdown: Update to 0.11., guix-commits, 2019/05/28
- 33/34: gnu: r-scater: Update to 1.12.2.,
guix-commits <=