guix-commits
[Top][All Lists]
Advanced

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

14/39: gnu: r-ggtree: Update to 3.4.4.


From: guix-commits
Subject: 14/39: gnu: r-ggtree: Update to 3.4.4.
Date: Mon, 3 Oct 2022 13:08:53 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 1cb30ba7146e2e16e8cf869f1c723ff9534c0d1a
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Mon Oct 3 18:20:54 2022 +0200

    gnu: r-ggtree: Update to 3.4.4.
    
    * gnu/packages/bioconductor.scm (r-ggtree): Update to 3.4.4.
---
 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 9f56f30163..76fe9b1c6b 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -7726,14 +7726,14 @@ platform for merging tree with associated data and 
converting file formats.")
 (define-public r-ggtree
   (package
     (name "r-ggtree")
-    (version "3.4.0")
+    (version "3.4.4")
     (source
      (origin
        (method url-fetch)
        (uri (bioconductor-uri "ggtree" version))
        (sha256
         (base32
-         "033r748npv0l72yb9sk6lqnj0l7cd36ykf788145qv8ck5i2gyk4"))))
+         "0h1qlhn4rj7jgd9vrja7lykaglyfvnzwkghvsqj1mvp4niwli7y5"))))
     (properties `((upstream-name . "ggtree")))
     (build-system r-build-system)
     (propagated-inputs



reply via email to

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