me
/
guix
Archived
1
0
Fork 0

gnu: r-kegggraph: Update to 1.52.0.

* gnu/packages/bioconductor.scm (r-kegggraph): Update to 1.52.0.
[propagated-inputs]: Add r-rgraphviz.
master
Ricardo Wurmus 2021-06-05 08:50:16 +02:00
parent a06d13be09
commit 2860208c42
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 3 additions and 2 deletions

View File

@ -13180,18 +13180,19 @@ EMBL-EBI GWAS catalog.")
(define-public r-kegggraph (define-public r-kegggraph
(package (package
(name "r-kegggraph") (name "r-kegggraph")
(version "1.50.0") (version "1.52.0")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (bioconductor-uri "KEGGgraph" version)) (uri (bioconductor-uri "KEGGgraph" version))
(sha256 (sha256
(base32 "1h293hn02ysm923bh9gxk87xv663xiqchqcvpaxpla9c3yrgkx2v")))) (base32 "0zxdph5hzr3kzj2g1mjqpiviwa189a5sq4bw7wiry6r79fdnklqs"))))
(properties `((upstream-name . "KEGGgraph"))) (properties `((upstream-name . "KEGGgraph")))
(build-system r-build-system) (build-system r-build-system)
(propagated-inputs (propagated-inputs
`(("r-graph" ,r-graph) `(("r-graph" ,r-graph)
("r-rcurl" ,r-rcurl) ("r-rcurl" ,r-rcurl)
("r-rgraphviz" ,r-rgraphviz)
("r-xml" ,r-xml))) ("r-xml" ,r-xml)))
(home-page "https://bioconductor.org/packages/KEGGgraph") (home-page "https://bioconductor.org/packages/KEGGgraph")
(synopsis "Graph approach to Kegg Pathway database in R and Bioconductor") (synopsis "Graph approach to Kegg Pathway database in R and Bioconductor")