gnu: r-rcppeigen: Update to 0.3.3.9.2.
* gnu/packages/statistics.scm (r-rcppeigen): Update to 0.3.3.9.2.
This commit is contained in:
parent
dbfb40af46
commit
a2ef90890d
1 changed files with 2 additions and 2 deletions
|
@ -5439,14 +5439,14 @@ based on an interface to Fortran implementations by M. J. D. Powell.")
|
||||||
(define-public r-rcppeigen
|
(define-public r-rcppeigen
|
||||||
(package
|
(package
|
||||||
(name "r-rcppeigen")
|
(name "r-rcppeigen")
|
||||||
(version "0.3.3.9.1")
|
(version "0.3.3.9.2")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "RcppEigen" version))
|
(uri (cran-uri "RcppEigen" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0qp9gypar280lm84pc8w0fxw4jgwqygwi3qnl5sl52kpkcj8c14a"))))
|
"14ylrq7mmylmi513zkwyqqy43kqbz95fc6fzpagqvyx6snaffir5"))))
|
||||||
(properties `((upstream-name . "RcppEigen")))
|
(properties `((upstream-name . "RcppEigen")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
|
Reference in a new issue