mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00: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 @@ interact with gated cytometry data.")
|
||||||
(define-public r-flowcore
|
(define-public r-flowcore
|
||||||
(package
|
(package
|
||||||
(name "r-flowcore")
|
(name "r-flowcore")
|
||||||
(version "2.14.2")
|
(version "2.16.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
|
||||||
"1q47c6pyvcglxs1qga2814b7i84kmm5sncsnl0fhpa9zhx1sjka5"))))
|
"1zq3qypmzk9ld48r50fmygfdqwwyykii8l0l6gh5bdrdan760bfn"))))
|
||||||
(properties `((upstream-name . "flowCore")))
|
(properties `((upstream-name . "flowCore")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue