mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-15 19:35:25 -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
|
||||
(package
|
||||
(name "r-flowviz")
|
||||
(version "1.56.0")
|
||||
(version "1.58.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "flowViz" version))
|
||||
(sha256
|
||||
(base32
|
||||
"17x04xwyw2pp5zkhgvrmxkb8cbrv9wql6xhjsfpq0n6yd9dxqc1v"))))
|
||||
"039sh7qn25gp2b34khs8dyrdpxyapsjlprrvxlz8f7dl8gmggl04"))))
|
||||
(properties `((upstream-name . "flowViz")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
|
|
Loading…
Reference in a new issue