guix-commits
[Top][All Lists]
Advanced

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

129/353: gnu: r-ggtree: Update to 3.2.0.


From: guix-commits
Subject: 129/353: gnu: r-ggtree: Update to 3.2.0.
Date: Thu, 4 Nov 2021 18:14:16 -0400 (EDT)

rekado pushed a commit to branch r-updates
in repository guix.

commit 9393f033c14633a6cbaf689826e3add16d51a554
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Thu Nov 4 22:04:15 2021 +0000

    gnu: r-ggtree: Update to 3.2.0.
    
    * gnu/packages/bioconductor.scm (r-ggtree): Update to 3.2.0.
---
 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 18369cc..afa1201 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -5857,14 +5857,14 @@ platform for merging tree with associated data and 
converting file formats.")
 (define-public r-ggtree
   (package
     (name "r-ggtree")
-    (version "3.0.4")
+    (version "3.2.0")
     (source
      (origin
        (method url-fetch)
        (uri (bioconductor-uri "ggtree" version))
        (sha256
         (base32
-         "0xf4b9vfdyzzivwgw4ymapl5bb4k9p04mmr53822kxgfd5qrs1zx"))))
+         "1c6b7kjh44k096v8mhn53abr181vpbn7s6ab7zk4phnsyfxsclxb"))))
     (properties `((upstream-name . "ggtree")))
     (build-system r-build-system)
     (propagated-inputs



reply via email to

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