me
/
guix
Archived
1
0
Fork 0

gnu: r-rcpparmadillo: Update to 0.12.8.3.0.

* gnu/packages/statistics.scm (r-rcpparmadillo): Update to 0.12.8.3.0.

Change-Id: I92d8f11bc12a6a0ff7af789aaf0823fdcb33be05
master
Ricardo Wurmus 2024-05-08 15:51:45 +02:00
parent 52990b43e1
commit 7b7f299bb4
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -3190,13 +3190,13 @@ well as additional utilities such as panel and axis annotation functions.")
(define-public r-rcpparmadillo
(package
(name "r-rcpparmadillo")
(version "0.12.8.2.1")
(version "0.12.8.3.0")
(source (origin
(method url-fetch)
(uri (cran-uri "RcppArmadillo" version))
(sha256
(base32
"11w92xjjwfhb3sv3g0m6hdhm27nnx73ahb404zm79a29ihwrj55w"))))
"02sj42apznls45sapiisaggfijdvg69a2ja2mz4fraqaajrkkwc7"))))
(properties `((upstream-name . "RcppArmadillo")))
(build-system r-build-system)
(propagated-inputs