gnu: r-flowcore: Update to 2.14.0.
* gnu/packages/bioconductor.scm (r-flowcore): Update to 2.14.0. Change-Id: Ib1498e1d9fa450ef256487fe5137a0e2a4cf1feamaster
parent
10d2d6225d
commit
bd5d74cbdf
|
@ -17242,14 +17242,14 @@ interact with gated cytometry data.")
|
||||||
(define-public r-flowcore
|
(define-public r-flowcore
|
||||||
(package
|
(package
|
||||||
(name "r-flowcore")
|
(name "r-flowcore")
|
||||||
(version "2.12.2")
|
(version "2.14.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "flowCore" version))
|
(uri (bioconductor-uri "flowCore" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1z3xsp1ymvdjhwcj5mkhl1d586rlr5i8vji9y5gs595w3naa4r0h"))))
|
"11aic1nzlw0gdpcpmky5jzljxgxcrimi29f0zl3yjvgb48qa88bd"))))
|
||||||
(properties `((upstream-name . "flowCore")))
|
(properties `((upstream-name . "flowCore")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
|
Reference in New Issue