me
/
guix
Archived
1
0
Fork 0

gnu: r-rcppeigen: Update to 0.3.4.0.0.

* gnu/packages/statistics.scm (r-rcppeigen): Update to 0.3.4.0.0.

Change-Id: Ie879a04dcc7c22fac69da0f72a82868f14571f59
master
Ricardo Wurmus 2024-03-05 14:38:33 +01:00
parent 839a6ed474
commit 5ec0ff2dc8
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -5928,14 +5928,14 @@ based on an interface to Fortran implementations by M. J. D. Powell.")
(define-public r-rcppeigen
(package
(name "r-rcppeigen")
(version "0.3.3.9.4")
(version "0.3.4.0.0")
(source
(origin
(method url-fetch)
(uri (cran-uri "RcppEigen" version))
(sha256
(base32
"1faz1phvg7g14bchi88vizn5mfhgiwmsjg7jzkyf1yjg0f6vpsj1"))))
"0djiyimgka7g3kfakb6mfaq7cxna9kn6kgib59x9p7qj24ha1m18"))))
(properties `((upstream-name . "RcppEigen")))
(build-system r-build-system)
(propagated-inputs