guix-commits
[Top][All Lists]
Advanced

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

355/457: gnu: r-reactomepa: Update to 1.42.0.


From: guix-commits
Subject: 355/457: gnu: r-reactomepa: Update to 1.42.0.
Date: Thu, 24 Nov 2022 06:37:38 -0500 (EST)

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

commit 0f7ac7b091cd2b14b600e5774feefb39f565f24e
Author: zimoun <zimon.toutoune@gmail.com>
AuthorDate: Thu Nov 17 03:50:28 2022 +0100

    gnu: r-reactomepa: Update to 1.42.0.
    
    * gnu/packages/bioconductor.scm (r-reactomepa): Update to 1.42.0.
    [propagated-inputs]: Add r-gson.
---
 gnu/packages/bioconductor.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm
index 1f8857d38a..c33bfa4d53 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -14804,14 +14804,14 @@ symbols).")
 (define-public r-reactomepa
   (package
     (name "r-reactomepa")
-    (version "1.40.0")
+    (version "1.42.0")
     (source
      (origin
        (method url-fetch)
        (uri (bioconductor-uri "ReactomePA" version))
        (sha256
         (base32
-         "1fd72m2afxbbvbgwy8knp6fiq1h561plmsh4r8a08w21ngmkz2s5"))))
+         "06994hk9nrzlgz8sby61656rdbf1r954v71djl1i7141dgw5rif2"))))
     (properties `((upstream-name . "ReactomePA")))
     (build-system r-build-system)
     (propagated-inputs
@@ -14821,6 +14821,7 @@ symbols).")
            r-ggplot2
            r-ggraph
            r-graphite
+           r-gson
            r-igraph
            r-reactome-db))
     (native-inputs



reply via email to

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