guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

71/80: gnu: r-ggtree: Update to 3.0.3.


From: guix-commits
Subject: 71/80: gnu: r-ggtree: Update to 3.0.3.
Date: Tue, 24 Aug 2021 06:32:00 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 82d677475772d8351960151cb113d411c9a7bf54
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue Aug 24 00:33:19 2021 +0200

    gnu: r-ggtree: Update to 3.0.3.
    
    * gnu/packages/bioconductor.scm (r-ggtree): Update to 3.0.3.
---
 gnu/packages/bioconductor.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm
index 11db94c..5c4eaf6 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]