rekado pushed a commit to branch wip-r
in repository guix.
commit 50aa76ee55e61cb05077de2dfce953fefc7110a9
Author: zimoun <[email protected]>
AuthorDate: Fri Oct 30 15:54:07 2020 +0100
gnu: r-flowviz: Update to 1.54.0.
* gnu/packages/bioconductor.scm (r-flowviz): Update to 1.54.0.
---
gnu/packages/bioconductor.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm
index 094142d..1ff221c 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -6053,14 +6053,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