me
/
guix
Archived
1
0
Fork 0

gnu: r-rcpparmadillo: Update to 0.11.4.0.1.

* gnu/packages/statistics.scm (r-rcpparmadillo): Update to 0.11.4.0.1.
master
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
1 changed files with 2 additions and 2 deletions

View File

@ -2728,13 +2728,13 @@ well as additional utilities such as panel and axis annotation functions.")
(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