guix-commits
[Top][All Lists]
Advanced

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

318/324: gnu: r-kegggraph: Update to 1.52.0.


From: guix-commits
Subject: 318/324: gnu: r-kegggraph: Update to 1.52.0.
Date: Sat, 5 Jun 2021 03:16:11 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 2860208c42bf8d6b4e5c8050b7bdb566e30715f8
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Sat Jun 5 08:50:16 2021 +0200

    gnu: r-kegggraph: Update to 1.52.0.
    
    * gnu/packages/bioconductor.scm (r-kegggraph): Update to 1.52.0.
    [propagated-inputs]: Add r-rgraphviz.
---
 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 00e1554..6ea28e5 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -13180,18 +13180,19 @@ EMBL-EBI GWAS catalog.")
 (define-public r-kegggraph
   (package
     (name "r-kegggraph")
-    (version "1.50.0")
+    (version "1.52.0")
     (source
      (origin
        (method url-fetch)
        (uri (bioconductor-uri "KEGGgraph" version))
        (sha256
-        (base32 "1h293hn02ysm923bh9gxk87xv663xiqchqcvpaxpla9c3yrgkx2v"))))
+        (base32 "0zxdph5hzr3kzj2g1mjqpiviwa189a5sq4bw7wiry6r79fdnklqs"))))
     (properties `((upstream-name . "KEGGgraph")))
     (build-system r-build-system)
     (propagated-inputs
      `(("r-graph" ,r-graph)
        ("r-rcurl" ,r-rcurl)
+       ("r-rgraphviz" ,r-rgraphviz)
        ("r-xml" ,r-xml)))
     (home-page "https://bioconductor.org/packages/KEGGgraph";)
     (synopsis "Graph approach to Kegg Pathway database in R and Bioconductor")



reply via email to

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