me
/
guix
Archived
1
0
Fork 0

gnu: r-rcpparmadillo: Update to 0.12.4.0.0.

* gnu/packages/statistics.scm (r-rcpparmadillo): Update to 0.12.4.0.0.
master
Ricardo Wurmus 2023-05-31 12:15:26 +02:00
parent ecae6c08fb
commit e2bc0cb1b4
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

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