diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm index 6f8851d53b..8be9d1a9ae 100644 --- a/gnu/packages/statistics.scm +++ b/gnu/packages/statistics.scm @@ -3184,13 +3184,13 @@ well as additional utilities such as panel and axis annotation functions.") (define-public r-rcpparmadillo (package (name "r-rcpparmadillo") - (version "0.12.8.1.0") + (version "0.12.8.2.0") (source (origin (method url-fetch) (uri (cran-uri "RcppArmadillo" version)) (sha256 (base32 - "0ax4812dm33c67ckd902qabis3dgqmpkchk4s30bshnfv4fxx1z2")))) + "0w1c0mpqqf6m2gk4221kjxx299bs4qpxn867fgnkpg69kj3mh8gd")))) (properties `((upstream-name . "RcppArmadillo"))) (build-system r-build-system) (propagated-inputs