me
/
guix
Archived
1
0
Fork 0

gnu: r-ape: Update to 5.5.

* gnu/packages/cran.scm (r-ape): Update to 5.5.
master
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
1 changed files with 2 additions and 2 deletions

View File

@ -2597,14 +2597,14 @@ component analysis (with robust methods, and parallelized functions).")
(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)