gnu: r-ape: Update to 5.5.

* gnu/packages/cran.scm (r-ape): Update to 5.5.
This commit is contained in:
Ricardo Wurmus 2021-05-04 07:13:05 +02:00
parent c6c214e3a3
commit b840705278
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -2597,14 +2597,14 @@ (define-public r-amap
(define-public r-ape
(package
(name "r-ape")
(version "5.4-1")
(version "5.5")
(source
(origin
(method url-fetch)
(uri (cran-uri "ape" version))
(sha256
(base32
"1r7fwyz30ippcl1ibqiv1xryf44x5crcks5kx19h146ffj76qcgh"))))
"16i9sny7j90zi0k3znfff5lpnj5naxcy1142v73zxslr9g3h3am3"))))
(build-system r-build-system)
(propagated-inputs
`(("r-lattice" ,r-lattice)