gnu: r-rcppeigen: Update to 0.3.4.0.2.

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

Change-Id: I3f9ddfdeb14da7bd42bd6e46389da2ec11dc9940
This commit is contained in:
Ricardo Wurmus 2024-08-25 23:17:22 +02:00
parent ef2e52a922
commit 304c1f8a93
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC

View File

@ -5975,14 +5975,14 @@ based on an interface to Fortran implementations by M. J. D. Powell.")
(define-public r-rcppeigen
(package
(name "r-rcppeigen")
(version "0.3.4.0.1")
(version "0.3.4.0.2")
(source
(origin
(method url-fetch)
(uri (cran-uri "RcppEigen" version))
(sha256
(base32
"09jf5bvz77qsx4m6draarm7an07yxvip6bbmjbfsl2mm93qliv95"))))
"1fs2wmsq2s6nzhkrx59li4x1zvcjhk9mhmc2pdz8pm4z2ai7pbgc"))))
(properties `((upstream-name . "RcppEigen")))
(build-system r-build-system)
(propagated-inputs