mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 14:28:15 -05:00
gnu: r-flowcore: Update to 2.16.0.
* gnu/packages/bioconductor.scm (r-flowcore): Update to 2.16.0. Change-Id: I545b9e5453abc33a64a96a814fff5539daa59c3e
This commit is contained in:
parent
f3fca2f140
commit
371f8a8339
1 changed files with 2 additions and 2 deletions
|
@ -18735,14 +18735,14 @@ (define-public r-cytolib
|
|||
(define-public r-flowcore
|
||||
(package
|
||||
(name "r-flowcore")
|
||||
(version "2.14.2")
|
||||
(version "2.16.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "flowCore" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1q47c6pyvcglxs1qga2814b7i84kmm5sncsnl0fhpa9zhx1sjka5"))))
|
||||
"1zq3qypmzk9ld48r50fmygfdqwwyykii8l0l6gh5bdrdan760bfn"))))
|
||||
(properties `((upstream-name . "flowCore")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
|
|
Loading…
Reference in a new issue