summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2021-11-04 22:04:50 +0000
committerRicardo Wurmus <rekado@elephly.net>2021-11-07 22:34:59 +0000
commit14ff65b0e8a99892bf334f4504fa325b86dcda14 (patch)
treefee07962c387bddd79ca461fbb1e4bbf5ca1f2c1
parent2f03e3e1ef6b6481c9f09abadd070f54d4fc58a2 (diff)
gnu: r-omnipathr: Update to 3.2.0.
* gnu/packages/bioconductor.scm (r-omnipathr): Update to 3.2.0. [propagated-inputs]: Add r-crayon.
-rw-r--r--gnu/packages/bioconductor.scm5
1 files changed, 3 insertions, 2 deletions
diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm
index efc914f67d..7d77081754 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -14741,13 +14741,13 @@ interest on transformed methylation proportions.")
(define-public r-omnipathr
(package
(name "r-omnipathr")
- (version "3.0.4")
+ (version "3.2.0")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "OmnipathR" version))
(sha256
- (base32 "0rbq3h3cp5dgpy5ifmbnfm6z8w4jv45wjzyl1f4qacgrbyf2l30a"))))
+ (base32 "1q89mxnp8cig9r1499g7fb9p9x9ryz1dmc3w6ps5ww9n6rl8jqk8"))))
(properties `((upstream-name . "OmnipathR")))
(build-system r-build-system)
(arguments
@@ -14757,6 +14757,7 @@ interest on transformed methylation proportions.")
(lambda _ (setenv "HOME" "/tmp"))))))
(propagated-inputs
`(("r-checkmate" ,r-checkmate)
+ ("r-crayon" ,r-crayon)
("r-curl" ,r-curl)
("r-digest" ,r-digest)
("r-dplyr" ,r-dplyr)