gnu: r-ape: Update to 5.6.

* gnu/packages/cran.scm (r-ape): Update to 5.6.
This commit is contained in:
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

View file

@ -2947,14 +2947,14 @@ (define-public r-amap
(define-public r-ape
(package
(name "r-ape")
(version "5.5")
(version "5.6")
(source
(origin
(method url-fetch)
(uri (cran-uri "ape" version))
(sha256
(base32
"16i9sny7j90zi0k3znfff5lpnj5naxcy1142v73zxslr9g3h3am3"))))
"075d446jh337zg7w47bvxcbc942wy7jw8gych4ffmkqw7khjavyf"))))
(build-system r-build-system)
(propagated-inputs
(list r-lattice r-nlme r-rcpp))