mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-28 05:59:20 -05:00
gnu: r-flowcore: Update to 2.12.0.
* gnu/packages/bioconductor.scm (r-flowcore): Update to 2.12.0.
This commit is contained in:
parent
643bf1a6c7
commit
0b653ec7f9
1 changed files with 2 additions and 2 deletions
|
@ -15159,14 +15159,14 @@ (define-public r-cytolib
|
||||||
(define-public r-flowcore
|
(define-public r-flowcore
|
||||||
(package
|
(package
|
||||||
(name "r-flowcore")
|
(name "r-flowcore")
|
||||||
(version "2.10.0")
|
(version "2.12.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "flowCore" version))
|
(uri (bioconductor-uri "flowCore" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0j0ryyz3vcih964is5gdm2jp39ssdli9q6r03q6rj9nwzplq5asj"))))
|
"1zkv4nwc6vg0jd4rh8mswdhr9cbq7ll98424hl5vs9hklal6kw8d"))))
|
||||||
(properties `((upstream-name . "flowCore")))
|
(properties `((upstream-name . "flowCore")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
|
Loading…
Reference in a new issue