mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 23:02:16 -05:00
gnu: r-rcpparmadillo: Update to 0.12.8.3.0.
* gnu/packages/statistics.scm (r-rcpparmadillo): Update to 0.12.8.3.0. Change-Id: I92d8f11bc12a6a0ff7af789aaf0823fdcb33be05
This commit is contained in:
parent
52990b43e1
commit
7b7f299bb4
1 changed files with 2 additions and 2 deletions
|
@ -3190,13 +3190,13 @@ (define-public r-latticeextra
|
||||||
(define-public r-rcpparmadillo
|
(define-public r-rcpparmadillo
|
||||||
(package
|
(package
|
||||||
(name "r-rcpparmadillo")
|
(name "r-rcpparmadillo")
|
||||||
(version "0.12.8.2.1")
|
(version "0.12.8.3.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
|
||||||
"11w92xjjwfhb3sv3g0m6hdhm27nnx73ahb404zm79a29ihwrj55w"))))
|
"02sj42apznls45sapiisaggfijdvg69a2ja2mz4fraqaajrkkwc7"))))
|
||||||
(properties `((upstream-name . "RcppArmadillo")))
|
(properties `((upstream-name . "RcppArmadillo")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
|
Loading…
Reference in a new issue