diff options
author | zimoun <zimon.toutoune@gmail.com> | 2020-10-30 15:53:46 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2020-12-09 12:12:29 +0100 |
commit | d361222d8f60e82ab4da5c99a3ae23b18d35cf2b (patch) | |
tree | 533092623fa9de7bcbebbb9d0d594a87fd1cba05 | |
parent | d764f1e7fef44a577be7c90f7efdd7d399d448b3 (diff) |
gnu: r-flowutils: Update to 1.54.0.
* gnu/packages/bioconductor.scm (r-flowutils): Update to 1.54.0.
-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 c4c7b8ba31..5a1dc09c2b 100644 --- a/gnu/packages/bioconductor.scm +++ b/gnu/packages/bioconductor.scm @@ -5921,14 +5921,14 @@ and to both short and long sequence reads.") (define-public r-flowutils (package (name "r-flowutils") - (version "1.52.0") + (version "1.54.0") (source (origin (method url-fetch) (uri (bioconductor-uri "flowUtils" version)) (sha256 (base32 - "03jj4zyffm9kwzrg4vbsk6clc2v2m95wgalgqwzi31n9a2zyaza4")))) + "1q4g666nd51j24hcp2wxla1bdi77kbfd4i0pxgp7rs2jf7200k09")))) (properties `((upstream-name . "flowUtils"))) (build-system r-build-system) (propagated-inputs |