1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-08-14 10:51:29 +02:00

gnu: r-rcpparmadillo: Update to 15.2.3-1.

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

Change-Id: I6ae07a5da82f7d54f94f9eb6a3a1af32b0f2cd85
Signed-off-by: Rutherther <rutherther@ditigal.xyz>
This commit is contained in:
Ricardo Wurmus
2026-01-14 19:42:27 +01:00
committed by Rutherther
parent 90429f19d3
commit d5210bc405
+2 -2
View File
@@ -1852,13 +1852,13 @@ disk (or a connection).")
(define-public r-rcpparmadillo
(package
(name "r-rcpparmadillo")
(version "15.2.2-1")
(version "15.2.3-1")
(source (origin
(method url-fetch)
(uri (cran-uri "RcppArmadillo" version))
(sha256
(base32
"1sjlkasdbkc5lnv938jfkz3qkai10jqn8g5b6pah7539im2db0lj"))))
"1wsnhraadhf3lna9ry21mad2802s1czgznhf179f8f8l00r4rfsv"))))
(properties `((upstream-name . "RcppArmadillo")))
(build-system r-build-system)
(propagated-inputs