guix-commits
[Top][All Lists]
Advanced

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

21/35: gnu: r-ggtree: Update to 3.8.2.


From: guix-commits
Subject: 21/35: gnu: r-ggtree: Update to 3.8.2.
Date: Mon, 28 Aug 2023 16:16:39 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit ceb698380c0186678c2cc55d4b4785fe932aa779
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Mon Aug 28 22:11:22 2023 +0200

    gnu: r-ggtree: Update to 3.8.2.
    
    * gnu/packages/bioconductor.scm (r-ggtree): Update to 3.8.2.
---
 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 5ee7665bf7..ed1e140d8c 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -12247,14 +12247,14 @@ data.")
 (define-public r-ggtree
   (package
     (name "r-ggtree")
-    (version "3.8.0")
+    (version "3.8.2")
     (source
      (origin
        (method url-fetch)
        (uri (bioconductor-uri "ggtree" version))
        (sha256
         (base32
-         "174bdjqvq51rpdyjlcwgbxfmkpsbz6m94ymmhmsq3x39xlcbrq7y"))))
+         "0l8llnvmg8k5qgag6vfgx1gdv0x46p3ypfz5apv23qhlbx4jfjja"))))
     (properties `((upstream-name . "ggtree")))
     (build-system r-build-system)
     (propagated-inputs



reply via email to

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