mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-16 19:57:39 -05:00
gnu: r-omnipathr: Update to 3.4.0.
* gnu/packages/bioconductor.scm (r-omnipathr): Update to 3.4.0. [propagated-inputs]: Add r-withr.
This commit is contained in:
parent
b1c215755a
commit
6f31f4618a
1 changed files with 3 additions and 2 deletions
|
@ -15965,13 +15965,13 @@ (define-public r-dmrseq
|
|||
(define-public r-omnipathr
|
||||
(package
|
||||
(name "r-omnipathr")
|
||||
(version "3.2.8")
|
||||
(version "3.4.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "OmnipathR" version))
|
||||
(sha256
|
||||
(base32 "0vr16ar3rbjsfw4qz2g86lbhvmqwgq0vcahc6vrc4d9rdjxwg6sb"))))
|
||||
(base32 "0vk0fv09j3ql78mzzhdxwxb2b83qqdz2qfd8wpp1vydmcx2vvgni"))))
|
||||
(properties `((upstream-name . "OmnipathR")))
|
||||
(build-system r-build-system)
|
||||
(arguments
|
||||
|
@ -16001,6 +16001,7 @@ (define-public r-omnipathr
|
|||
r-tibble
|
||||
r-tidyr
|
||||
r-tidyselect
|
||||
r-withr
|
||||
r-xml2
|
||||
r-yaml))
|
||||
(native-inputs (list r-knitr))
|
||||
|
|
Loading…
Reference in a new issue