mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 06:42:14 -05:00
gnu: r-flowsom: Update to 2.6.0.
* gnu/packages/bioconductor.scm (r-flowsom): Update to 2.6.0.
This commit is contained in:
parent
90be8abee6
commit
6741cfad7c
1 changed files with 2 additions and 2 deletions
|
@ -13173,14 +13173,14 @@ (define-public r-cytoml
|
|||
(define-public r-flowsom
|
||||
(package
|
||||
(name "r-flowsom")
|
||||
(version "2.4.0")
|
||||
(version "2.6.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "FlowSOM" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0balsds5mm981cqamdjv3ndq1y9arharisd6f2lrpkzgvwawa645"))))
|
||||
"1s7xilhhc55igq0zmvpfzhnh5df8bzmm3daknz75xhzhhg5b7z1c"))))
|
||||
(properties `((upstream-name . "FlowSOM")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
|
|
Loading…
Reference in a new issue