gnu: r-rcpparmadillo: Update to 0.7.500.0.0.
* gnu/packages/maths.scm (armadillo-for-rcpparmadillo): Update to 7.500.0. * gnu/packages/statistics.scm (r-rcpparmadillo): Update to 0.7.500.0.0.
This commit is contained in:
parent
7397cd9e3f
commit
062737a178
|
@ -2015,14 +2015,14 @@ associated functions (eg. contiguous and non-contiguous submatrix views).")
|
|||
|
||||
(define-public armadillo-for-rcpparmadillo
|
||||
(package (inherit armadillo)
|
||||
(version "7.400.2")
|
||||
(version "7.500.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://sourceforge/arma/armadillo-"
|
||||
version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0xmpnqhm9mwr1lssjyarj0cl8b4svbqv6z1xa1dxlwd2ly1srkg4"))))))
|
||||
"1x98d32cgxbzbbma2ak6c37wnbpq13xxyxyd6jjvflv748mzi9ks"))))))
|
||||
|
||||
(define-public muparser
|
||||
;; When switching download sites, muparser re-issued a 2.2.5 release with a
|
||||
|
|
|
@ -2049,13 +2049,13 @@ well as additional utilities such as panel and axis annotation functions.")
|
|||
(define-public r-rcpparmadillo
|
||||
(package
|
||||
(name "r-rcpparmadillo")
|
||||
(version "0.7.400.2.0")
|
||||
(version "0.7.500.0.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "RcppArmadillo" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0g2658iy43higy1cay00ljibgnwh0zv5gcwvbhckjs48y8z1a2pb"))
|
||||
"06qb6877c5qd8lvnc4b27z8fwb5r5pyylkj0g6kj1rn868zkh5ps"))
|
||||
(modules '((guix build utils)))
|
||||
;; Remove bundled armadillo sources
|
||||
(snippet
|
||||
|
|
Loading…
Reference in New Issue