mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
gnu: r-clusterprofiler: Update to 4.10.0.
* gnu/packages/bioconductor.scm (r-clusterprofiler): Update to 4.10.0. [propagated-inputs]: Add r-httr and r-igraph. Change-Id: I87ea2a45b028483551ba936030f002d4bf1d97f0
This commit is contained in:
parent
5342489b80
commit
c112d7bdf0
1 changed files with 4 additions and 2 deletions
|
@ -14950,14 +14950,14 @@ (define-public r-classdiscovery
|
|||
(define-public r-clusterprofiler
|
||||
(package
|
||||
(name "r-clusterprofiler")
|
||||
(version "4.8.3")
|
||||
(version "4.10.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "clusterProfiler" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1kihrpa8cb2bqk5dck0w6yzgfpl72qxlrxwpidg1ar27q3ivz8w3"))))
|
||||
"1vlrybyczfci5qnw50k0y2j2853r2p1ff5bpj35rdca4ja0iqh2q"))))
|
||||
(properties
|
||||
`((upstream-name . "clusterProfiler")))
|
||||
(build-system r-build-system)
|
||||
|
@ -14970,6 +14970,8 @@ (define-public r-clusterprofiler
|
|||
r-go-db
|
||||
r-gosemsim
|
||||
r-gson
|
||||
r-httr
|
||||
r-igraph
|
||||
r-magrittr
|
||||
r-plyr
|
||||
r-qvalue
|
||||
|
|
Loading…
Reference in a new issue