gnu: r-ggtree: Update to 3.2.1.

* gnu/packages/bioconductor.scm (r-ggtree): Update to 3.2.1.
This commit is contained in:
Ricardo Wurmus 2021-11-18 13:15:22 +00:00
parent e52eb93765
commit 7e9a13d789
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -5857,14 +5857,14 @@ (define-public r-treeio
(define-public r-ggtree
(package
(name "r-ggtree")
(version "3.2.0")
(version "3.2.1")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "ggtree" version))
(sha256
(base32
"1c6b7kjh44k096v8mhn53abr181vpbn7s6ab7zk4phnsyfxsclxb"))))
"0qk39gdpy4kznjhmvi25y2spcdj2r1i6mv673vx8dzf66zfs20v8"))))
(properties `((upstream-name . "ggtree")))
(build-system r-build-system)
(propagated-inputs