gnu: r-cytolib: Update to 2.12.1.
* gnu/packages/bioconductor.scm (r-cytolib): Update to 2.12.1.
This commit is contained in:
parent
ad05356b84
commit
17c8517035
1 changed files with 3 additions and 5 deletions
|
@ -16542,22 +16542,20 @@ of the analyses while minimizing technical noise.")
|
||||||
(define-public r-cytolib
|
(define-public r-cytolib
|
||||||
(package
|
(package
|
||||||
(name "r-cytolib")
|
(name "r-cytolib")
|
||||||
(version "2.12.0")
|
(version "2.12.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "cytolib" version))
|
(uri (bioconductor-uri "cytolib" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0r58960jhq44qs6p0l0kd4iazflxdar7sc7m2xa7dwwl9zh5zm42"))))
|
"0mfv259k92vz0g7zv8zir2av2nlmx6na1f6q9zyj24s18m7mrkqz"))))
|
||||||
(properties `((upstream-name . "cytolib")))
|
(properties `((upstream-name . "cytolib")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list r-knitr))
|
(list r-knitr))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list r-bh
|
(list r-bh r-rhdf5lib r-rprotobuflib))
|
||||||
r-rhdf5lib
|
|
||||||
r-rprotobuflib))
|
|
||||||
(home-page "https://bioconductor.org/packages/cytolib/")
|
(home-page "https://bioconductor.org/packages/cytolib/")
|
||||||
(synopsis "C++ infrastructure for working with gated cytometry")
|
(synopsis "C++ infrastructure for working with gated cytometry")
|
||||||
(description
|
(description
|
||||||
|
|
Reference in a new issue