me
/
guix
Archived
1
0
Fork 0

gnu: r-ggtree: Update to 3.4.4.

* gnu/packages/bioconductor.scm (r-ggtree): Update to 3.4.4.
master
Ricardo Wurmus 2022-10-03 18:20:54 +02:00
parent a047448aad
commit 1cb30ba714
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -7726,14 +7726,14 @@ platform for merging tree with associated data and converting file formats.")
(define-public r-ggtree
(package
(name "r-ggtree")
(version "3.4.0")
(version "3.4.4")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "ggtree" version))
(sha256
(base32
"033r748npv0l72yb9sk6lqnj0l7cd36ykf788145qv8ck5i2gyk4"))))
"0h1qlhn4rj7jgd9vrja7lykaglyfvnzwkghvsqj1mvp4niwli7y5"))))
(properties `((upstream-name . "ggtree")))
(build-system r-build-system)
(propagated-inputs