gnu: r-flowviz: Update to 1.62.0.
* gnu/packages/bioconductor.scm (r-flowviz): Update to 1.62.0.
This commit is contained in:
parent
ffe3bfa1ba
commit
22f8c5350e
1 changed files with 2 additions and 2 deletions
|
@ -12891,14 +12891,14 @@ (define-public r-ggcyto
|
||||||
(define-public r-flowviz
|
(define-public r-flowviz
|
||||||
(package
|
(package
|
||||||
(name "r-flowviz")
|
(name "r-flowviz")
|
||||||
(version "1.60.2")
|
(version "1.62.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "flowViz" version))
|
(uri (bioconductor-uri "flowViz" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"08rwzc26jns0wwjsqqmf60bpxsckr5x8skdn9iwl8grp81npcc95"))))
|
"0yz2b3l0bv5i7vrr893wrs3jl215i17m2hr92iisdc6mh9i0lpz8"))))
|
||||||
(properties `((upstream-name . "flowViz")))
|
(properties `((upstream-name . "flowViz")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
|
Loading…
Reference in a new issue