mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 07:12:30 -05:00
gnu: r-flowsom: Update to 2.10.0.
* gnu/packages/bioconductor.scm (r-flowsom): Update to 2.10.0. Change-Id: I18e214006f6c4ae17d6ddc53a744e9d7b1747260
This commit is contained in:
parent
c9533f5df9
commit
a32a12ec27
1 changed files with 2 additions and 2 deletions
|
@ -17625,14 +17625,14 @@ (define-public r-cytoml
|
|||
(define-public r-flowsom
|
||||
(package
|
||||
(name "r-flowsom")
|
||||
(version "2.8.0")
|
||||
(version "2.10.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "FlowSOM" version))
|
||||
(sha256
|
||||
(base32
|
||||
"13y0ny61skj14mfhjwpa5zmflzdqxy2vf6gd4m9358g4wxfbhkv0"))))
|
||||
"170xz3b4kfsxpqirfz9vk4j8dkdmz4qd0a1nm3yaya1rddpg9m3l"))))
|
||||
(properties `((upstream-name . "FlowSOM")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
|
|
Loading…
Reference in a new issue