gnu: r-ggtree: Update to 3.2.0.
* gnu/packages/bioconductor.scm (r-ggtree): Update to 3.2.0.master
parent
eb7a7bacbc
commit
9a79db434a
|
@ -5857,14 +5857,14 @@ 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.0.4")
|
(version "3.2.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "ggtree" version))
|
(uri (bioconductor-uri "ggtree" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0xf4b9vfdyzzivwgw4ymapl5bb4k9p04mmr53822kxgfd5qrs1zx"))))
|
"1c6b7kjh44k096v8mhn53abr181vpbn7s6ab7zk4phnsyfxsclxb"))))
|
||||||
(properties `((upstream-name . "ggtree")))
|
(properties `((upstream-name . "ggtree")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
|
Reference in New Issue