gnu: r-rcpparmadillo: Update to 0.11.4.0.1.

* gnu/packages/statistics.scm (r-rcpparmadillo): Update to 0.11.4.0.1.
This commit is contained in:
Ricardo Wurmus 2022-11-04 09:59:05 +01:00
parent 49e1988fcd
commit 5f0636508e
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -2728,13 +2728,13 @@ (define-public r-latticeextra
(define-public r-rcpparmadillo
(package
(name "r-rcpparmadillo")
(version "0.11.2.4.0")
(version "0.11.4.0.1")
(source (origin
(method url-fetch)
(uri (cran-uri "RcppArmadillo" version))
(sha256
(base32
"1y499idmci72x6gpj855vf4rlzh1r2qqpxyzs53r59ay8f4g0jar"))))
"1qrpdalcvn9bkhiq4l2jflicy6116l5j913h8clyf8yaygsxvr0c"))))
(properties `((upstream-name . "RcppArmadillo")))
(build-system r-build-system)
(propagated-inputs