guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

439/457: gnu: r-omnipathr: Update to 3.5.25.


From: guix-commits
Subject: 439/457: gnu: r-omnipathr: Update to 3.5.25.
Date: Thu, 24 Nov 2022 06:37:55 -0500 (EST)

rekado pushed a commit to branch wip-bioconductor
in repository guix.

commit 926fe78f73bbde29b9311cc5363f18a6c6719c5d
Author: zimoun <zimon.toutoune@gmail.com>
AuthorDate: Thu Nov 17 03:50:34 2022 +0100

    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.
---
 gnu/packages/bioconductor.scm | 6 ++++--
 1 file 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]