guix-commits
[Top][All Lists]
Advanced

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

132/356: gnu: r-ggtree: Update to 3.2.0.


From: guix-commits
Subject: 132/356: gnu: r-ggtree: Update to 3.2.0.
Date: Sun, 7 Nov 2021 18:11:23 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 9a79db434ab03e89017d9b85a8d8c7854023bd8c
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]