mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-16 03:45:24 -05:00
gnu: r-flowviz: Update to 1.58.0.
* gnu/packages/bioconductor.scm (r-flowviz): Update to 1.58.0.
This commit is contained in:
parent
833c945998
commit
3bffe05708
1 changed files with 2 additions and 2 deletions
|
@ -9782,14 +9782,14 @@ (define-public r-ggcyto
|
||||||
(define-public r-flowviz
|
(define-public r-flowviz
|
||||||
(package
|
(package
|
||||||
(name "r-flowviz")
|
(name "r-flowviz")
|
||||||
(version "1.56.0")
|
(version "1.58.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
|
||||||
"17x04xwyw2pp5zkhgvrmxkb8cbrv9wql6xhjsfpq0n6yd9dxqc1v"))))
|
"039sh7qn25gp2b34khs8dyrdpxyapsjlprrvxlz8f7dl8gmggl04"))))
|
||||||
(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