gnu: r-ape: Update to 5.3.
* gnu/packages/cran.scm (r-ape): Update to 5.3.
This commit is contained in:
parent
db39269c89
commit
8e91ad0b5c
|
@ -1082,14 +1082,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.2")
|
(version "5.3")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "ape" version))
|
(uri (cran-uri "ape" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"05b4yka5cirdgxd4d7iiaqvr428pk3j6n9q6dvg5j38kdj2h5sr7"))))
|
"08wbk1kxhs32bmmvqlqanbdg1w235amd35k8m00fngsj9h9xzc08"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("r-lattice" ,r-lattice)
|
`(("r-lattice" ,r-lattice)
|
||||||
|
|
Loading…
Reference in New Issue