gnu: r-cytoml: Update to 2.16.0.
* gnu/packages/bioconductor.scm (r-cytoml): Update to 2.16.0. Change-Id: I14ae3ae0d5ff8d66b964651b6fe3753d934f1554master
parent
c29bc85ec6
commit
1117e96d9f
|
@ -18719,19 +18719,18 @@ 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 "2.14.0")
|
(version "2.16.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "CytoML" version))
|
(uri (bioconductor-uri "CytoML" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0wq9ganas6l2jw8bnajr7vwli35kykpgv2lca4qh79nfgxlicff9"))))
|
"11kflx3yahl7xjl6x2rgpd4hl5y69qgarzhalmz4qdci7b7ln7kr"))))
|
||||||
(properties `((upstream-name . "CytoML")))
|
(properties `((upstream-name . "CytoML")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
(list libxml2 #;zlib
|
(list libxml2))
|
||||||
))
|
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list r-bh
|
(list r-bh
|
||||||
r-biobase
|
r-biobase
|
||||||
|
|
Reference in New Issue