guix-commits
[Top][All Lists]
Advanced

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

32/158: gnu: r-ape: Update to 5.7-1.


From: guix-commits
Subject: 32/158: gnu: r-ape: Update to 5.7-1.
Date: Sun, 19 Mar 2023 13:24:07 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 55c0a27187c949daa791bcbb3abbaca2a1a6fe1c
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Sun Mar 19 14:44:18 2023 +0100

    gnu: r-ape: Update to 5.7-1.
    
    * gnu/packages/cran.scm (r-ape): Update to 5.7-1.
    [propagated-inputs]: Add r-digest.
---
 gnu/packages/cran.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index d61f411557..bba55dbecf 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -4800,17 +4800,17 @@ component analysis (with robust methods, and 
parallelized functions).")
 (define-public r-ape
   (package
     (name "r-ape")
-    (version "5.6-2")
+    (version "5.7-1")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "ape" version))
        (sha256
         (base32
-         "0mqjsh7maczd02iwa4fb896q3kgd9jnlilq7y1yz18ch0c54aqlv"))))
+         "0yh5wl7nydhwwc82h6yr8wcacc2f791pp05w8fg65anq309cf2cb"))))
     (build-system r-build-system)
     (propagated-inputs
-     (list r-lattice r-nlme r-rcpp))
+     (list r-digest r-lattice r-nlme r-rcpp))
     (home-page "http://ape-package.ird.fr/";)
     (synopsis "Analyses of phylogenetics and evolution")
     (description



reply via email to

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