me
/
guix
Archived
1
0
Fork 0

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

* gnu/packages/cran.scm (r-ape): Update to 5.6-2.
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
1 changed files with 2 additions and 2 deletions

View File

@ -3083,14 +3083,14 @@ component analysis (with robust methods, and parallelized functions).")
(define-public r-ape
(package
(name "r-ape")
(version "5.6-1")
(version "5.6-2")
(source
(origin
(method url-fetch)
(uri (cran-uri "ape" version))
(sha256
(base32
"1xzpq3a4q5hmksc8nl530c9n31fdkj3nigqm1qhd3vkncl1iwh15"))))
"0mqjsh7maczd02iwa4fb896q3kgd9jnlilq7y1yz18ch0c54aqlv"))))
(build-system r-build-system)
(propagated-inputs
(list r-lattice r-nlme r-rcpp))