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 @@ sequential way to mimic the manual gating strategy.")
|
|||||||
(define-public r-cytoml
|
(define-public r-cytoml
|
||||||
(package
|
(package
|
||||||
(name "r-cytoml")
|
(name "r-cytoml")
|
||||||
(version "1.12.0")
|
(version "1.12.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "CytoML" version))
|
(uri (bioconductor-uri "CytoML" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0m8x18wkvis85cawv7j07pk59w76wnzy93ia99gd24j82z4h97p1"))))
|
"0wgi8rwb4spxzd5xvs5amfr5g82ny2nad57j3nmhnhnj1cpirjxz"))))
|
||||||
(properties `((upstream-name . "CytoML")))
|
(properties `((upstream-name . "CytoML")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
@ -5870,6 +5870,8 @@ sequential way to mimic the manual gating strategy.")
|
|||||||
("r-runit" ,r-runit)
|
("r-runit" ,r-runit)
|
||||||
("r-xml" ,r-xml)
|
("r-xml" ,r-xml)
|
||||||
("r-yaml" ,r-yaml)))
|
("r-yaml" ,r-yaml)))
|
||||||
|
(native-inputs
|
||||||
|
`(("r-knitr" ,r-knitr)))
|
||||||
(home-page "https://github.com/RGLab/CytoML")
|
(home-page "https://github.com/RGLab/CytoML")
|
||||||
(synopsis "GatingML interface for cross platform cytometry data sharing")
|
(synopsis "GatingML interface for cross platform cytometry data sharing")
|
||||||
(description
|
(description
|
||||||
|
Loading…
Reference in New Issue
Block a user