gnu: r-rcpparmadillo: Update to 0.11.4.2.1.
* gnu/packages/statistics.scm (r-rcpparmadillo): Update to 0.11.4.2.1.
This commit is contained in:
parent
ec5875edd6
commit
75b61936a4
1 changed files with 2 additions and 2 deletions
|
@ -2729,13 +2729,13 @@ well as additional utilities such as panel and axis annotation functions.")
|
|||
(define-public r-rcpparmadillo
|
||||
(package
|
||||
(name "r-rcpparmadillo")
|
||||
(version "0.11.4.0.1")
|
||||
(version "0.11.4.2.1")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "RcppArmadillo" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1qrpdalcvn9bkhiq4l2jflicy6116l5j913h8clyf8yaygsxvr0c"))))
|
||||
"172vz9j1hck6iwk56hgsrg91n4f11df1n6hy1crbv3cb53rkyjgn"))))
|
||||
(properties `((upstream-name . "RcppArmadillo")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
|
|
Reference in a new issue