Archived
1
0
Fork 0

gnu: r-ape: Update to 5.6-2.

* gnu/packages/cran.scm (r-ape): Update to 5.6-2.
This commit is contained in:
Ricardo Wurmus 2022-03-15 14:28:29 +01:00
parent d0000637c5
commit 013395f942
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -3083,14 +3083,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.6-1") (version "5.6-2")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (cran-uri "ape" version)) (uri (cran-uri "ape" version))
(sha256 (sha256
(base32 (base32
"1xzpq3a4q5hmksc8nl530c9n31fdkj3nigqm1qhd3vkncl1iwh15")))) "0mqjsh7maczd02iwa4fb896q3kgd9jnlilq7y1yz18ch0c54aqlv"))))
(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))