mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 06:06:53 -05:00
gnu: r-rcpparmadillo: Update to 0.12.8.0.0.
* gnu/packages/statistics.scm (r-rcpparmadillo): Update to 0.12.8.0.0. Change-Id: I42e39e8c8c25d068378f2a8e8743b4b77c61cdc4
This commit is contained in:
parent
4e61ed04aa
commit
b39fef6d2b
1 changed files with 2 additions and 2 deletions
|
@ -3142,13 +3142,13 @@ (define-public r-latticeextra
|
|||
(define-public r-rcpparmadillo
|
||||
(package
|
||||
(name "r-rcpparmadillo")
|
||||
(version "0.12.6.6.1")
|
||||
(version "0.12.8.0.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "RcppArmadillo" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1h7z1l2zf4qv8azi9c4wj0klshhcqihpabvjhln7ra61i8lvssls"))))
|
||||
"0pkn4334dh4k6hqfx4xln2nfvajyxdbfnfddajb8875il0f7kp0x"))))
|
||||
(properties `((upstream-name . "RcppArmadillo")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
|
|
Loading…
Reference in a new issue