mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-01 00:52:55 -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
|
(define-public r-flowsom
|
||||||
(package
|
(package
|
||||||
(name "r-flowsom")
|
(name "r-flowsom")
|
||||||
(version "2.10.0")
|
(version "2.12.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "FlowSOM" version))
|
(uri (bioconductor-uri "FlowSOM" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"170xz3b4kfsxpqirfz9vk4j8dkdmz4qd0a1nm3yaya1rddpg9m3l"))))
|
"0xqrp184p00pvzzf6ddmp2r8lpg97bm0q6smjwcrfb8rn4msxmis"))))
|
||||||
(properties `((upstream-name . "FlowSOM")))
|
(properties `((upstream-name . "FlowSOM")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
|
Loading…
Reference in a new issue