diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2022-05-28 12:44:58 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2022-05-28 23:19:24 +0200 |
commit | 8b9d7ec80804981a2e3d28ea6b3f0611fe15903a (patch) | |
tree | 3f7a4bd9b37dea55f5a1368e3ef298c4d6aa75cb /gnu/packages | |
parent | 9c44834a76e5312bd25938777210cfa1be4011a9 (diff) |
gnu: r-fcscan: Update to 1.10.0.
* gnu/packages/bioconductor.scm (r-fcscan): Update to 1.10.0.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/bioconductor.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm index 58233fac7b..5b8ff807a5 100644 --- a/gnu/packages/bioconductor.scm +++ b/gnu/packages/bioconductor.scm @@ -8506,13 +8506,13 @@ phenotype of interest.") (define-public r-fcscan (package (name "r-fcscan") - (version "1.8.0") + (version "1.10.0") (source (origin (method url-fetch) (uri (bioconductor-uri "fcScan" version)) (sha256 - (base32 "0b161ayq4m9xxfs0lgw632lgygzabz8gjl0n75050pa7qaazknvd")))) + (base32 "0yv7ifw0xxx1v9z8dxszv0cb72q3frd74dyxfbvrcs6x9y9v3jzp")))) (properties `((upstream-name . "fcScan"))) (build-system r-build-system) (propagated-inputs |