me
/
guix
Archived
1
0
Fork 0

gnu: r-ape: Update to 5.4.

* gnu/packages/cran.scm (r-ape): Update to 5.4.
master
Ricardo Wurmus 2020-06-11 15:03:28 +02:00
parent 6b2126f332
commit e671034cf4
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -1587,14 +1587,14 @@ component analysis (with robust methods, and parallelized functions).")
(define-public r-ape (define-public r-ape
(package (package
(name "r-ape") (name "r-ape")
(version "5.3") (version "5.4")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (cran-uri "ape" version)) (uri (cran-uri "ape" version))
(sha256 (sha256
(base32 (base32
"08wbk1kxhs32bmmvqlqanbdg1w235amd35k8m00fngsj9h9xzc08")))) "0f74x9vx9sxpns2hlq4w2x80cd2gw42isfgncvs9pqbjf4hiyqnr"))))
(build-system r-build-system) (build-system r-build-system)
(propagated-inputs (propagated-inputs
`(("r-lattice" ,r-lattice) `(("r-lattice" ,r-lattice)