gnu: r-ggtree: Update to 3.8.0.

* gnu/packages/bioconductor.scm (r-ggtree): Update to 3.8.0.
This commit is contained in:
Ricardo Wurmus 2023-04-28 18:00:06 +02:00
parent ea5a5623b1
commit 9886b96ef8
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -11052,14 +11052,14 @@ (define-public r-treesummarizedexperiment
(define-public r-ggtree
(package
(name "r-ggtree")
(version "3.6.2")
(version "3.8.0")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "ggtree" version))
(sha256
(base32
"177nq6arhxp0x6zsf2c6cn3xxwfk65dihbpni6mb9ifgnmfqdjmx"))))
"174bdjqvq51rpdyjlcwgbxfmkpsbz6m94ymmhmsq3x39xlcbrq7y"))))
(properties `((upstream-name . "ggtree")))
(build-system r-build-system)
(propagated-inputs