mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: r-omnipathr: Update to 3.2.0.
* gnu/packages/bioconductor.scm (r-omnipathr): Update to 3.2.0. [propagated-inputs]: Add r-crayon.
This commit is contained in:
parent
2f03e3e1ef
commit
14ff65b0e8
1 changed files with 3 additions and 2 deletions
|
@ -14741,13 +14741,13 @@ interest on transformed methylation proportions.")
|
||||||
(define-public r-omnipathr
|
(define-public r-omnipathr
|
||||||
(package
|
(package
|
||||||
(name "r-omnipathr")
|
(name "r-omnipathr")
|
||||||
(version "3.0.4")
|
(version "3.2.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "OmnipathR" version))
|
(uri (bioconductor-uri "OmnipathR" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0rbq3h3cp5dgpy5ifmbnfm6z8w4jv45wjzyl1f4qacgrbyf2l30a"))))
|
(base32 "1q89mxnp8cig9r1499g7fb9p9x9ryz1dmc3w6ps5ww9n6rl8jqk8"))))
|
||||||
(properties `((upstream-name . "OmnipathR")))
|
(properties `((upstream-name . "OmnipathR")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
|
@ -14757,6 +14757,7 @@ interest on transformed methylation proportions.")
|
||||||
(lambda _ (setenv "HOME" "/tmp"))))))
|
(lambda _ (setenv "HOME" "/tmp"))))))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("r-checkmate" ,r-checkmate)
|
`(("r-checkmate" ,r-checkmate)
|
||||||
|
("r-crayon" ,r-crayon)
|
||||||
("r-curl" ,r-curl)
|
("r-curl" ,r-curl)
|
||||||
("r-digest" ,r-digest)
|
("r-digest" ,r-digest)
|
||||||
("r-dplyr" ,r-dplyr)
|
("r-dplyr" ,r-dplyr)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue