diff options
| author | Ricardo Wurmus <rekado@elephly.net> | 2026-04-21 13:41:53 +0200 |
|---|---|---|
| committer | Ricardo Wurmus <rekado@elephly.net> | 2026-04-28 09:43:40 +0200 |
| commit | b1bb9ce655c4e9fb702bd868957901f3448d54aa (patch) | |
| tree | 80beb397a2270a7ee2364158e033d2d3467a843e /gnu | |
| parent | 006d7b22c0ca91450cbc595e45f92e73ce85406c (diff) | |
gnu: r-rcpparmadillo: Update to 15.2.6-1.
* gnu/packages/cran.scm (r-rcpparmadillo): Update to 15.2.6-1.
[native-inputs]: Add r-rcpp.
Change-Id: Ie65583b32261f6acf6cb93b985f96933f97f0b88
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/cran.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm index a98bf08b89..e2cd32facd 100644 --- a/gnu/packages/cran.scm +++ b/gnu/packages/cran.scm @@ -7253,18 +7253,18 @@ designed by Cynthia Brewer as described at http://colorbrewer2.org") (define-public r-rcpparmadillo (package (name "r-rcpparmadillo") - (version "15.2.4-1") + (version "15.2.6-1") (source (origin (method url-fetch) (uri (cran-uri "RcppArmadillo" version)) (sha256 (base32 - "01alhvrv3ndinywq5d7mi2jhim66lq8l84rc14zp9mb92lcpp5vw")))) + "07wf1rmlm7hp06vcykmxwbzy01ri28zx20vz39j1sk3w1pck5h7r")))) (properties `((upstream-name . "RcppArmadillo"))) (build-system r-build-system) (propagated-inputs (list r-rcpp)) - (native-inputs (list r-tinytest)) + (native-inputs (list r-rcpp r-tinytest)) (home-page "https://github.com/RcppCore/RcppArmadillo") (synopsis "Rcpp integration for the Armadillo linear algebra library") (description |
