mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 15:22:18 -05:00
gnu: r-flowcore: Update to 2.14.0.
* gnu/packages/bioconductor.scm (r-flowcore): Update to 2.14.0. Change-Id: Ib1498e1d9fa450ef256487fe5137a0e2a4cf1fea
This commit is contained in:
parent
10d2d6225d
commit
bd5d74cbdf
1 changed files with 2 additions and 2 deletions
|
@ -17242,14 +17242,14 @@ (define-public r-cytolib
|
|||
(define-public r-flowcore
|
||||
(package
|
||||
(name "r-flowcore")
|
||||
(version "2.12.2")
|
||||
(version "2.14.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "flowCore" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1z3xsp1ymvdjhwcj5mkhl1d586rlr5i8vji9y5gs595w3naa4r0h"))))
|
||||
"11aic1nzlw0gdpcpmky5jzljxgxcrimi29f0zl3yjvgb48qa88bd"))))
|
||||
(properties `((upstream-name . "flowCore")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
|
|
Loading…
Reference in a new issue