summary refs log tree commit diff
diff options
context:
space:
mode:
authorzimoun <zimon.toutoune@gmail.com>2022-11-17 03:50:34 +0100
committerRicardo Wurmus <rekado@elephly.net>2022-11-24 12:32:08 +0100
commit926fe78f73bbde29b9311cc5363f18a6c6719c5d (patch)
tree47615920afe620bd4acc84fadd6b92d295c72866
parent3f5845473954dddfea7c9343e7bd97cde4b223c0 (diff)
downloadguix-926fe78f73bbde29b9311cc5363f18a6c6719c5d.tar.gz
gnu: r-omnipathr: Update to 3.5.25.
* gnu/packages/bioconductor.scm (r-omnipathr): Update to 3.5.25.
[propagated-inputs]: Add r-rmarkdown and r-rvest.
-rw-r--r--gnu/packages/bioconductor.scm6
1 files changed, 4 insertions, 2 deletions
diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm
index 687fc4cbb7..5032eb8a91 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -18055,13 +18055,13 @@ interest on transformed methylation proportions.")
 (define-public r-omnipathr
   (package
     (name "r-omnipathr")
-    (version "3.4.0")
+    (version "3.5.25")
     (source
      (origin
        (method url-fetch)
        (uri (bioconductor-uri "OmnipathR" version))
        (sha256
-        (base32 "0vk0fv09j3ql78mzzhdxwxb2b83qqdz2qfd8wpp1vydmcx2vvgni"))))
+        (base32 "1a0d4vf8i45h1fifswx9lhk6fk0z8sxfnav35psz9kvmxxab9698"))))
     (properties `((upstream-name . "OmnipathR")))
     (build-system r-build-system)
     (arguments
@@ -18081,12 +18081,14 @@ interest on transformed methylation proportions.")
            r-later
            r-logger
            r-magrittr
+           r-rmarkdown
            r-progress
            r-purrr
            r-rappdirs
            r-readr
            r-readxl
            r-rlang
+           r-rvest
            r-stringr
            r-tibble
            r-tidyr