gnu: r-ape: Update to 5.7-1.
* gnu/packages/cran.scm (r-ape): Update to 5.7-1. [propagated-inputs]: Add r-digest.
This commit is contained in:
parent
42c4356f9c
commit
55c0a27187
1 changed files with 3 additions and 3 deletions
|
@ -4800,17 +4800,17 @@ (define-public r-amap
|
|||
(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
|
||||
|
|
Loading…
Reference in a new issue