guix-commits
[Top][All Lists]
Advanced

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

16/29: gnu: r-phylobase: Update to 0.8.12.


From: guix-commits
Subject: 16/29: gnu: r-phylobase: Update to 0.8.12.
Date: Tue, 30 Jan 2024 10:15:27 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 8bad30c244992470cebf56df7e04aaa2f8ee5f56
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue Jan 30 15:48:55 2024 +0100

    gnu: r-phylobase: Update to 0.8.12.
    
    * gnu/packages/cran.scm (r-phylobase): Update to 0.8.12.
    
    Change-Id: I4d022d85cdb6f79fae167bfd7c52a0c2620b0092
---
 gnu/packages/cran.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 867e17b586..5560aad869 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -19620,13 +19620,13 @@ library which allows parsing of NEXUS, Newick and 
other phylogenetic tree
 (define-public r-phylobase
   (package
     (name "r-phylobase")
-    (version "0.8.10")
+    (version "0.8.12")
     (source (origin
               (method url-fetch)
               (uri (cran-uri "phylobase" version))
               (sha256
                (base32
-                "0jzr1gdvmi4l640hwwzh9bxqmpja69bn3ygnaqx37awvyh7khi2s"))))
+                "084gfzq51acmvzbsfpkqv3kgghdbncnwr008f95yf5b2vihcm0cv"))))
     (build-system r-build-system)
     (propagated-inputs
      (list r-ade4 r-ape r-rcpp r-rncl r-rnexml))



reply via email to

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