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 (define-public r-ape
(package (package
(name "r-ape") (name "r-ape")
(version "5.4-1") (version "5.5")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (cran-uri "ape" version)) (uri (cran-uri "ape" version))
(sha256 (sha256
(base32 (base32
"1r7fwyz30ippcl1ibqiv1xryf44x5crcks5kx19h146ffj76qcgh")))) "16i9sny7j90zi0k3znfff5lpnj5naxcy1142v73zxslr9g3h3am3"))))
(build-system r-build-system) (build-system r-build-system)
(propagated-inputs (propagated-inputs
`(("r-lattice" ,r-lattice) `(("r-lattice" ,r-lattice)