[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
166/356: gnu: r-fcscan: Update to 1.8.0.
From: |
guix-commits |
Subject: |
166/356: gnu: r-fcscan: Update to 1.8.0. |
Date: |
Sun, 7 Nov 2021 18:11:35 -0500 (EST) |
rekado pushed a commit to branch master
in repository guix.
commit bca9a6b4c1ae9247ecf39ba5150b12a1d4bb0b9f
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Thu Nov 4 22:04:21 2021 +0000
gnu: r-fcscan: Update to 1.8.0.
* gnu/packages/bioconductor.scm (r-fcscan): Update to 1.8.0.
[propagated-inputs]: Add r-doparallel and r-foreach.
---
gnu/packages/bioconductor.scm | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm
index 2509a8e..184d84c 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -7354,17 +7354,19 @@ phenotype of interest.")
(define-public r-fcscan
(package
(name "r-fcscan")
- (version "1.6.0")
+ (version "1.8.0")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "fcScan" version))
(sha256
- (base32 "10fcz741dr3wbb9f63qywlrays4cnvfnsm6yw4bmkrwk6ccijg8h"))))
+ (base32 "0b161ayq4m9xxfs0lgw632lgygzabz8gjl0n75050pa7qaazknvd"))))
(properties `((upstream-name . "fcScan")))
(build-system r-build-system)
(propagated-inputs
- `(("r-genomicranges" ,r-genomicranges)
+ `(("r-doparallel" ,r-doparallel)
+ ("r-foreach" ,r-foreach)
+ ("r-genomicranges" ,r-genomicranges)
("r-iranges" ,r-iranges)
("r-plyr" ,r-plyr)
("r-rtracklayer" ,r-rtracklayer)
- 131/356: gnu: r-treeio: Update to 1.18.0., (continued)
- 131/356: gnu: r-treeio: Update to 1.18.0., guix-commits, 2021/11/07
- 146/356: gnu: r-mast: Update to 1.20.0., guix-commits, 2021/11/07
- 145/356: gnu: r-batchelor: Update to 1.10.0., guix-commits, 2021/11/07
- 143/356: gnu: r-icobra: Update to 1.22.0., guix-commits, 2021/11/07
- 155/356: gnu: r-minfi: Update to 1.40.0., guix-commits, 2021/11/07
- 152/356: gnu: r-illuminaio: Update to 0.36.0., guix-commits, 2021/11/07
- 151/356: gnu: r-geoquery: Update to 2.62.0., guix-commits, 2021/11/07
- 153/356: gnu: r-siggenes: Update to 1.68.0., guix-commits, 2021/11/07
- 161/356: gnu: r-varianttools: Update to 1.36.0., guix-commits, 2021/11/07
- 171/356: gnu: r-clusterexperiment: Update to 2.14.0., guix-commits, 2021/11/07
- 166/356: gnu: r-fcscan: Update to 1.8.0.,
guix-commits <=
- 176/356: gnu: r-a4preproc: Update to 1.42.0., guix-commits, 2021/11/07
- 179/356: gnu: r-a4: Update to 1.42.0., guix-commits, 2021/11/07
- 187/356: gnu: r-atacseqqc: Update to 1.18.0., guix-commits, 2021/11/07
- 192/356: gnu: r-aucell: Update to 1.16.0., guix-commits, 2021/11/07
- 79/356: gnu: r-rhdf5: Update to 2.38.0., guix-commits, 2021/11/07
- 83/356: gnu: r-seqlogo: Update to 1.60.0., guix-commits, 2021/11/07
- 100/356: gnu: r-oligoclasses: Update to 1.56.0., guix-commits, 2021/11/07
- 103/356: gnu: r-apeglm: Update to 1.16.0., guix-commits, 2021/11/07
- 106/356: gnu: r-mbkmeans: Update to 1.10.0., guix-commits, 2021/11/07
- 105/356: gnu: r-diffbind: Update to 3.4.0., guix-commits, 2021/11/07