mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-21 09:37:03 +01:00
gnu: r-rcpparmadillo: Update to 0.12.8.4.0.
* gnu/packages/statistics.scm (r-rcpparmadillo): Update to 0.12.8.4.0. Change-Id: Ic331eda06e812f325c7f575228cd36219059da2d
This commit is contained in:
parent
b191e195a3
commit
b9d024202a
1 changed files with 2 additions and 2 deletions
|
@ -3227,13 +3227,13 @@ (define-public r-latticeextra
|
|||
(define-public r-rcpparmadillo
|
||||
(package
|
||||
(name "r-rcpparmadillo")
|
||||
(version "0.12.8.3.0")
|
||||
(version "0.12.8.4.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "RcppArmadillo" version))
|
||||
(sha256
|
||||
(base32
|
||||
"02sj42apznls45sapiisaggfijdvg69a2ja2mz4fraqaajrkkwc7"))))
|
||||
"0iihy2pbmc56s5s6x7ac1c1biqda60gyqkddvn2c211j0xjnigya"))))
|
||||
(properties `((upstream-name . "RcppArmadillo")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
|
|
Loading…
Reference in a new issue