diff options
author | zimoun <zimon.toutoune@gmail.com> | 2020-10-30 15:54:07 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2020-12-09 12:12:30 +0100 |
commit | d5a53ab76bb35fe0f05435e6cc38acdf5d0fce9d (patch) | |
tree | 4daefd5f7feddd1006e00bede5ccdd9eb57d71ba /gnu | |
parent | eac1eaaa0fbc7aa13ba6c8eb94687c48d3e3786f (diff) | |
download | guix-d5a53ab76bb35fe0f05435e6cc38acdf5d0fce9d.tar.gz guix-d5a53ab76bb35fe0f05435e6cc38acdf5d0fce9d.zip |
gnu: r-flowviz: Update to 1.54.0.
* gnu/packages/bioconductor.scm (r-flowviz): Update to 1.54.0.
Diffstat (limited to 'gnu')
-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 e72b6c380a..0d7c705dd4 100644 --- a/gnu/packages/bioconductor.scm +++ b/gnu/packages/bioconductor.scm @@ -6132,14 +6132,14 @@ statistics to the plot.") (define-public r-flowviz (package (name "r-flowviz") - (version "1.52.0") + (version "1.54.0") (source (origin (method url-fetch) (uri (bioconductor-uri "flowViz" version)) (sha256 (base32 - "0f3jfwdmaq9wrgl737blk5gmpc29l9kb6nadqhxpvbjwqsnzx0yq")))) + "1s6jrn2a7hv984xvm6gyn8k3hnma8qidrw9kgj9z5128hv330z7k")))) (properties `((upstream-name . "flowViz"))) (build-system r-build-system) (propagated-inputs |