mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: r-omnipathr: Update to 3.10.1.
* gnu/packages/bioconductor.scm (r-omnipathr): Update to 3.10.1. [propagated-inputs]: Add r-lubridate and r-stringi. Change-Id: Ia18b66848cd6996dfdc551bf4b182bb5ac3e17a8
This commit is contained in:
parent
41a4f01473
commit
53ebbff56c
1 changed files with 4 additions and 2 deletions
|
@ -23042,13 +23042,13 @@ (define-public r-omicade4
|
|||
(define-public r-omnipathr
|
||||
(package
|
||||
(name "r-omnipathr")
|
||||
(version "3.8.2")
|
||||
(version "3.10.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "OmnipathR" version))
|
||||
(sha256
|
||||
(base32 "13ac98jj03vkzrc1ghrs98qrfvr74wz099w26lgc7jw2yxj575as"))))
|
||||
(base32 "1wbzb4kh7bzsvixr3vxzih9rfkpjx00f33i0yl0dqj0yixnrghwr"))))
|
||||
(properties `((upstream-name . "OmnipathR")))
|
||||
(build-system r-build-system)
|
||||
(arguments
|
||||
|
@ -23067,6 +23067,7 @@ (define-public r-omnipathr
|
|||
r-jsonlite
|
||||
r-later
|
||||
r-logger
|
||||
r-lubridate
|
||||
r-magrittr
|
||||
r-progress
|
||||
r-purrr
|
||||
|
@ -23076,6 +23077,7 @@ (define-public r-omnipathr
|
|||
r-rlang
|
||||
r-rmarkdown
|
||||
r-rvest
|
||||
r-stringi
|
||||
r-stringr
|
||||
r-tibble
|
||||
r-tidyr
|
||||
|
|
Loading…
Reference in a new issue