diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2024-05-07 13:07:04 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2024-05-08 12:53:34 +0200 |
commit | 1c80d54d79e6ae08664d213c22ce7acb21dad425 (patch) | |
tree | 8886fafb64825aaf4aeac93791618cdf299e7a28 | |
parent | 90cdcc12274bf7b2a7753705e268ba8f6a441493 (diff) |
gnu: r-flowviz: Update to 1.68.0.
* gnu/packages/bioconductor.scm (r-flowviz): Update to 1.68.0.
Change-Id: I09f751cb47129b67903fb0b279a9c1b7b3555f7a
-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 3f1911de21..1a3c998503 100644 --- a/gnu/packages/bioconductor.scm +++ b/gnu/packages/bioconductor.scm @@ -18857,14 +18857,14 @@ statistics to the plot.") (define-public r-flowviz (package (name "r-flowviz") - (version "1.66.0") + (version "1.68.0") (source (origin (method url-fetch) (uri (bioconductor-uri "flowViz" version)) (sha256 (base32 - "1hn021p2220a47qzlya8qabc9xgmxk9gcs505m7wx6gx6ysdn418")))) + "1iz4skfs68jg2a59kfaxllf19mp9pk9mpfc2jh3vyas14c3l3zzj")))) (properties `((upstream-name . "flowViz"))) (build-system r-build-system) (propagated-inputs |