mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-18 12:47:33 -05:00
gnu: r-ape: Update to 5.6-1.
* gnu/packages/cran.scm (r-ape): Update to 5.6-1.
This commit is contained in:
parent
b8bf36f8f8
commit
55711d07eb
1 changed files with 2 additions and 2 deletions
|
@ -2967,14 +2967,14 @@ (define-public r-amap
|
||||||
(define-public r-ape
|
(define-public r-ape
|
||||||
(package
|
(package
|
||||||
(name "r-ape")
|
(name "r-ape")
|
||||||
(version "5.6")
|
(version "5.6-1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "ape" version))
|
(uri (cran-uri "ape" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"075d446jh337zg7w47bvxcbc942wy7jw8gych4ffmkqw7khjavyf"))))
|
"1xzpq3a4q5hmksc8nl530c9n31fdkj3nigqm1qhd3vkncl1iwh15"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list r-lattice r-nlme r-rcpp))
|
(list r-lattice r-nlme r-rcpp))
|
||||||
|
|
Loading…
Reference in a new issue