me
/
guix
Archived
1
0
Fork 0

gnu: r-ggtree: Update to 3.6.2.

* gnu/packages/bioconductor.scm (r-ggtree): Update to 3.6.2.
[propagated-inputs]: Add r-cli.
master
zimoun 2022-11-17 03:50:17 +01:00 committed by Ricardo Wurmus
parent 0bb3b953eb
commit 3e7dbe7804
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 3 additions and 2 deletions

View File

@ -8801,19 +8801,20 @@ platform for merging tree with associated data and converting file formats.")
(define-public r-ggtree (define-public r-ggtree
(package (package
(name "r-ggtree") (name "r-ggtree")
(version "3.4.4") (version "3.6.2")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (bioconductor-uri "ggtree" version)) (uri (bioconductor-uri "ggtree" version))
(sha256 (sha256
(base32 (base32
"0h1qlhn4rj7jgd9vrja7lykaglyfvnzwkghvsqj1mvp4niwli7y5")))) "177nq6arhxp0x6zsf2c6cn3xxwfk65dihbpni6mb9ifgnmfqdjmx"))))
(properties `((upstream-name . "ggtree"))) (properties `((upstream-name . "ggtree")))
(build-system r-build-system) (build-system r-build-system)
(propagated-inputs (propagated-inputs
(list r-ape (list r-ape
r-aplot r-aplot
r-cli
r-dplyr r-dplyr
r-ggfun r-ggfun
r-ggplot2 r-ggplot2