~ruther/guix-local

47a76c5c398305459132253b8d6afff168ac2b76 — Ricardo Wurmus a month ago 1dc8af9
gnu: r-ggtree: Update to 4.0.4.

* gnu/packages/bioconductor.scm (r-ggtree): Update to 4.0.4.

Change-Id: I30dd4c7202921e2985cdba14203af81a0999eb79
Signed-off-by: Rutherther <rutherther@ditigal.xyz>
1 files changed, 2 insertions(+), 2 deletions(-)

M gnu/packages/bioconductor.scm
M gnu/packages/bioconductor.scm => gnu/packages/bioconductor.scm +2 -2
@@ 17193,14 17193,14 @@ data.")
(define-public r-ggtree
  (package
    (name "r-ggtree")
    (version "4.0.1")
    (version "4.0.4")
    (source
     (origin
       (method url-fetch)
       (uri (bioconductor-uri "ggtree" version))
       (sha256
        (base32
         "0vk1l1jmw4acgmpmgcx0pz7j39yp391mba8q1xnc8rmlfw51qvxj"))))
         "1qi5nispv0cirfayijybnn1nr8l6sb2adnic3y37qm3yv91w6s6z"))))
    (properties `((upstream-name . "ggtree")))
    (build-system r-build-system)
    (propagated-inputs