guix-commits
[Top][All Lists]
Advanced

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

02/05: gnu: r-ggtree: Update to 3.10.1.


From: guix-commits
Subject: 02/05: gnu: r-ggtree: Update to 3.10.1.
Date: Wed, 6 Mar 2024 05:33:12 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit f83fbb935368419d62e608f9a9dab89555757a63
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Wed Mar 6 11:31:31 2024 +0100

    gnu: r-ggtree: Update to 3.10.1.
    
    * gnu/packages/bioconductor.scm (r-ggtree): Update to 3.10.1.
    
    Change-Id: I62eec59a6be3f806261198a1d39eb38ee86a9a79
---
 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 e1a782d925..09477a8266 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -13867,14 +13867,14 @@ data.")
 (define-public r-ggtree
   (package
     (name "r-ggtree")
-    (version "3.10.0")
+    (version "3.10.1")
     (source
      (origin
        (method url-fetch)
        (uri (bioconductor-uri "ggtree" version))
        (sha256
         (base32
-         "12w2l1q0c5aznd5fls04wvgsmjidqhr1kkqj4gajz1abj9f49cqf"))))
+         "1p475vh567q4szb8hy2qk72pvqh5rlbyqfjcdd0i83fa2y4bi31d"))))
     (properties `((upstream-name . "ggtree")))
     (build-system r-build-system)
     (propagated-inputs



reply via email to

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