mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-27 04:59:27 -05:00
gnu: r-rcpparmadillo: Update to 14.0.0-1.
* gnu/packages/statistics.scm (r-rcpparmadillo): Update to 14.0.0-1. Change-Id: I9594cab48497f4767b2f5435828057704efdb01f
This commit is contained in:
parent
dc2c1bd1d9
commit
df62a81202
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.4.0")
|
||||
(version "14.0.0-1")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "RcppArmadillo" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0iihy2pbmc56s5s6x7ac1c1biqda60gyqkddvn2c211j0xjnigya"))))
|
||||
"145sci5fkwzrngqx2ykpxvvy3wn5wjfjfl7wmw92gn9yvkxd9i40"))))
|
||||
(properties `((upstream-name . "RcppArmadillo")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
|
|
Loading…
Reference in a new issue