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 @@ (define-public r-amap
(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))