me
/
guix
Archived
1
0
Fork 0

gnu: r-rcpparmadillo: Update to 0.12.6.1.0.

* gnu/packages/statistics.scm (r-rcpparmadillo): Update to 0.12.6.1.0.
Ricardo Wurmus 2023-08-28 14:21:14 +02:00
parent 00d19699e2
commit e04fd37d35
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -2963,13 +2963,13 @@ well as additional utilities such as panel and axis annotation functions.")
(define-public r-rcpparmadillo
(package
(name "r-rcpparmadillo")
(version "0.12.4.1.0")
(version "0.12.6.1.0")
(source (origin
(method url-fetch)
(uri (cran-uri "RcppArmadillo" version))
(sha256
(base32
"1mf5dpsbjhfwalf4k3yhzgh0j1f40v1g7a3p6crm6xfp0k85jhq3"))))
"0saga8anaahyrvvynggg168756rv8d9gyq8sryjgnx5pp4jbz6ck"))))
(properties `((upstream-name . "RcppArmadillo")))
(build-system r-build-system)
(propagated-inputs