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

* gnu/packages/cran.scm (r-ape): Update to 5.6-1.
This commit is contained in:
Ricardo Wurmus 2022-01-23 13:33:30 +01:00
parent b8bf36f8f8
commit 55711d07eb
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -2967,14 +2967,14 @@ (define-public r-amap
(define-public r-ape (define-public r-ape
(package (package
(name "r-ape") (name "r-ape")
(version "5.6") (version "5.6-1")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (cran-uri "ape" version)) (uri (cran-uri "ape" version))
(sha256 (sha256
(base32 (base32
"075d446jh337zg7w47bvxcbc942wy7jw8gych4ffmkqw7khjavyf")))) "1xzpq3a4q5hmksc8nl530c9n31fdkj3nigqm1qhd3vkncl1iwh15"))))
(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))