gnu: r-cytoml: Update to 1.12.1.
* gnu/packages/bioconductor.scm (r-cytoml): Update to 1.12.1. [native-inputs]: Add r-knitr.
This commit is contained in:
parent
028fd6f786
commit
d49e3f0190
@ -5833,14 +5833,14 @@ (define-public r-opencyto
|
||||
(define-public r-cytoml
|
||||
(package
|
||||
(name "r-cytoml")
|
||||
(version "1.12.0")
|
||||
(version "1.12.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "CytoML" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0m8x18wkvis85cawv7j07pk59w76wnzy93ia99gd24j82z4h97p1"))))
|
||||
"0wgi8rwb4spxzd5xvs5amfr5g82ny2nad57j3nmhnhnj1cpirjxz"))))
|
||||
(properties `((upstream-name . "CytoML")))
|
||||
(build-system r-build-system)
|
||||
(inputs
|
||||
@ -5870,6 +5870,8 @@ (define-public r-cytoml
|
||||
("r-runit" ,r-runit)
|
||||
("r-xml" ,r-xml)
|
||||
("r-yaml" ,r-yaml)))
|
||||
(native-inputs
|
||||
`(("r-knitr" ,r-knitr)))
|
||||
(home-page "https://github.com/RGLab/CytoML")
|
||||
(synopsis "GatingML interface for cross platform cytometry data sharing")
|
||||
(description
|
||||
|
Loading…
Reference in New Issue
Block a user