me
/
guix
Archived
1
0
Fork 0

gnu: r-rcpparmadillo: Update to 0.12.8.1.0.

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

Change-Id: Ic0e678dadd5fcbbea3b0edda60a6bc465bdbe98c
master
Ricardo Wurmus 2024-03-05 14:38:33 +01:00
parent 3db9c83498
commit 91be200249
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -3179,13 +3179,13 @@ well as additional utilities such as panel and axis annotation functions.")
(define-public r-rcpparmadillo
(package
(name "r-rcpparmadillo")
(version "0.12.8.0.0")
(version "0.12.8.1.0")
(source (origin
(method url-fetch)
(uri (cran-uri "RcppArmadillo" version))
(sha256
(base32
"0pkn4334dh4k6hqfx4xln2nfvajyxdbfnfddajb8875il0f7kp0x"))))
"0ax4812dm33c67ckd902qabis3dgqmpkchk4s30bshnfv4fxx1z2"))))
(properties `((upstream-name . "RcppArmadillo")))
(build-system r-build-system)
(propagated-inputs