me
/
guix
Archived
1
0
Fork 0

gnu: r-ape: Update to 5.6.

* gnu/packages/cran.scm (r-ape): Update to 5.6.
master
Ricardo Wurmus 2022-01-05 19:34:13 +01:00
parent 2f3eac29af
commit 8bfc37f725
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -2947,14 +2947,14 @@ component analysis (with robust methods, and parallelized functions).")
(define-public r-ape (define-public r-ape
(package (package
(name "r-ape") (name "r-ape")
(version "5.5") (version "5.6")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (cran-uri "ape" version)) (uri (cran-uri "ape" version))
(sha256 (sha256
(base32 (base32
"16i9sny7j90zi0k3znfff5lpnj5naxcy1142v73zxslr9g3h3am3")))) "075d446jh337zg7w47bvxcbc942wy7jw8gych4ffmkqw7khjavyf"))))
(build-system r-build-system) (build-system r-build-system)
(propagated-inputs (propagated-inputs
(list r-lattice r-nlme r-rcpp)) (list r-lattice r-nlme r-rcpp))