mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 12:39:36 -05:00
gnu: r-flowcore: Update to 2.12.1.
* gnu/packages/bioconductor.scm (r-flowcore): Update to 2.12.1.
This commit is contained in:
parent
2b5b595708
commit
22db2a63fe
1 changed files with 2 additions and 2 deletions
|
@ -15511,14 +15511,14 @@ (define-public r-cytolib
|
|||
(define-public r-flowcore
|
||||
(package
|
||||
(name "r-flowcore")
|
||||
(version "2.12.0")
|
||||
(version "2.12.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "flowCore" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1zkv4nwc6vg0jd4rh8mswdhr9cbq7ll98424hl5vs9hklal6kw8d"))))
|
||||
"09jirhhf1qfanyhbq1ybmw6smv8163b7cqgj0qw69grvs8bb0b6m"))))
|
||||
(properties `((upstream-name . "flowCore")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
|
|
Loading…
Reference in a new issue