mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 23:32:24 -05:00
gnu: r-flowsom: Update to 2.12.0.
* gnu/packages/bioconductor.scm (r-flowsom): Update to 2.12.0. Change-Id: I0bd56b6915c9aed7ec5e86191f3a90ee5126bd79
This commit is contained in:
parent
3263b67123
commit
7a3af14943
1 changed files with 2 additions and 2 deletions
|
@ -19117,14 +19117,14 @@ (define-public r-cytoml
|
|||
(define-public r-flowsom
|
||||
(package
|
||||
(name "r-flowsom")
|
||||
(version "2.10.0")
|
||||
(version "2.12.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "FlowSOM" version))
|
||||
(sha256
|
||||
(base32
|
||||
"170xz3b4kfsxpqirfz9vk4j8dkdmz4qd0a1nm3yaya1rddpg9m3l"))))
|
||||
"0xqrp184p00pvzzf6ddmp2r8lpg97bm0q6smjwcrfb8rn4msxmis"))))
|
||||
(properties `((upstream-name . "FlowSOM")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
|
|
Loading…
Reference in a new issue