mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-08 07:56:16 -05:00
gnu: r-fgsea: Update to 1.10.0.
* gnu/packages/bioconductor.scm (r-fgsea): Update to 1.10.0. [propagated-inputs]: Add r-bh.
This commit is contained in:
parent
3e5ee6f69f
commit
ebffd24c10
1 changed files with 4 additions and 3 deletions
|
@ -2854,17 +2854,18 @@ (define-public r-sigpathway
|
|||
(define-public r-fgsea
|
||||
(package
|
||||
(name "r-fgsea")
|
||||
(version "1.8.0")
|
||||
(version "1.10.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "fgsea" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0cxxvlmg340l5l5fz4abbwppiri0ibg4navvq5k3wg511mz8ma2q"))))
|
||||
"07mvv1i690q80fm8sxgdqxchamn76409vn91ppgcck2xpi6b8q6c"))))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
`(("r-biocparallel" ,r-biocparallel)
|
||||
`(("r-bh" ,r-bh)
|
||||
("r-biocparallel" ,r-biocparallel)
|
||||
("r-data-table" ,r-data-table)
|
||||
("r-fastmatch" ,r-fastmatch)
|
||||
("r-ggplot2" ,r-ggplot2)
|
||||
|
|
Loading…
Reference in a new issue