me
/
guix
Archived
1
0
Fork 0

gnu: r-ape: Update to 5.8.

* gnu/packages/cran.scm (r-ape): Update to 5.8.

Change-Id: Ic35ba5e0a96dec16b89004cbfa6b48d2c88951a1
master
Ricardo Wurmus 2024-04-17 17:43:51 +02:00
parent 5ff9484e7b
commit b1742135e1
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -6279,14 +6279,14 @@ component analysis (with robust methods, and parallelized functions).")
(define-public r-ape
(package
(name "r-ape")
(version "5.7-1")
(version "5.8")
(source
(origin
(method url-fetch)
(uri (cran-uri "ape" version))
(sha256
(base32
"0yh5wl7nydhwwc82h6yr8wcacc2f791pp05w8fg65anq309cf2cb"))))
"092dx0x763r6ch6pp4c4fkmnq5alrq0527p72w1wdg71g6cp5ki4"))))
(build-system r-build-system)
(propagated-inputs
(list r-digest r-lattice r-nlme r-rcpp))