gnu: r-rcpparmadillo: Update to 0.9.700.2.0.
* gnu/packages/statistics.scm (r-rcpparmadillo): Update to 0.9.700.2.0.
This commit is contained in:
parent
2b705168e9
commit
de162a1509
1 changed files with 2 additions and 2 deletions
|
@ -2607,13 +2607,13 @@ (define-public r-latticeextra
|
||||||
(define-public r-rcpparmadillo
|
(define-public r-rcpparmadillo
|
||||||
(package
|
(package
|
||||||
(name "r-rcpparmadillo")
|
(name "r-rcpparmadillo")
|
||||||
(version "0.9.600.4.0")
|
(version "0.9.700.2.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "RcppArmadillo" version))
|
(uri (cran-uri "RcppArmadillo" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"07jg2667xyhmp1fbcdi5nnhmkk81da76s9rlswfq4k2sjsmbfmr0"))))
|
"0g25w32dnqrvhnri8x4yxqawxd8qhn7w3m8d29nxxy0gybx3y8x9"))))
|
||||||
(properties `((upstream-name . "RcppArmadillo")))
|
(properties `((upstream-name . "RcppArmadillo")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
;; All needed for vignettes
|
;; All needed for vignettes
|
||||||
|
|
Loading…
Reference in a new issue