3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: r-ggtree: Update to 3.0.3.

* gnu/packages/bioconductor.scm (r-ggtree): Update to 3.0.3.
This commit is contained in:
Ricardo Wurmus 2021-08-24 00:33:19 +02:00
parent e4ad91eb3e
commit 82d6774757
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -5721,14 +5721,14 @@ platform for merging tree with associated data and converting file formats.")
(define-public r-ggtree
(package
(name "r-ggtree")
(version "3.0.2")
(version "3.0.3")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "ggtree" version))
(sha256
(base32
"0i665b5jxgsv3ncxmczy7n0h911br44dw9f7m4jwv3pjmr5mm6vk"))))
"02ydi5iyxwrvwfjmv8pbanmzpi1r99mc4gxl17fpq2jf1d1mk6g0"))))
(properties `((upstream-name . "ggtree")))
(build-system r-build-system)
(propagated-inputs