3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: r-rcpparmadillo: Update to 0.7.800.2.0.

* gnu/packages/statistics.scm (r-rcpparmadillo): Update to 0.7.800.2.0.
This commit is contained in:
Ricardo Wurmus 2017-04-22 23:01:52 +02:00
parent 050d41ca87
commit 78a237f6b6
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -2443,13 +2443,13 @@ well as additional utilities such as panel and axis annotation functions.")
(define-public r-rcpparmadillo
(package
(name "r-rcpparmadillo")
(version "0.7.700.0.0")
(version "0.7.800.2.0")
(source (origin
(method url-fetch)
(uri (cran-uri "RcppArmadillo" version))
(sha256
(base32
"03cvl2xgmvh4sylw7ff7s020y7k2wzyj34l0zngm09qs44pa9q0m"))))
"025lh504nw7ir1f2xsqnvfkq9rg0rb2xzfn3a2s0b2a9snqdzzwr"))))
(properties `((upstream-name . "RcppArmadillo")))
(build-system r-build-system)
(propagated-inputs