gnu: r-rcpparmadillo: Update to 0.6.700.3.0.
* gnu/packages/maths.scm (armadillo-for-rcpparmadillo): Update to 6.700.3. * gnu/packages/statistics.scm (r-rcpparmadillo): Update to 0.6.700.3.0.
This commit is contained in:
parent
2c81794ed9
commit
c5ad883b16
|
@ -1512,14 +1512,14 @@ associated functions (eg. contiguous and non-contiguous submatrix views).")
|
||||||
|
|
||||||
(define-public armadillo-for-rcpparmadillo
|
(define-public armadillo-for-rcpparmadillo
|
||||||
(package (inherit armadillo)
|
(package (inherit armadillo)
|
||||||
(version "6.200.2")
|
(version "6.700.3")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://sourceforge/arma/armadillo-"
|
(uri (string-append "mirror://sourceforge/arma/armadillo-"
|
||||||
version ".tar.gz"))
|
version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1f69rlqhnf2wv8khyn2a8vi6gx1i72qgfy8b9b760ssk85dcl763"))))))
|
"1vnhifa7d0aij3kv5bxf6m91d99h3y2fyj48jrx7jcvwyb1q5wwq"))))))
|
||||||
|
|
||||||
(define-public muparser
|
(define-public muparser
|
||||||
(package
|
(package
|
||||||
|
|
|
@ -1600,13 +1600,13 @@ well as additional utilities such as panel and axis annotation functions.")
|
||||||
(define-public r-rcpparmadillo
|
(define-public r-rcpparmadillo
|
||||||
(package
|
(package
|
||||||
(name "r-rcpparmadillo")
|
(name "r-rcpparmadillo")
|
||||||
(version "0.6.200.2.0")
|
(version "0.6.700.3.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "RcppArmadillo" version))
|
(uri (cran-uri "RcppArmadillo" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"137wqqga776yj6synx5awhrzgkz7mmqnvgmggh9l4k6d99vwp9gj"))
|
"1mc62b6my568ni18w4clgs6l6ggqrwzsm3lgx0c1prf4rap69s8w"))
|
||||||
(modules '((guix build utils)))
|
(modules '((guix build utils)))
|
||||||
;; Remove bundled armadillo sources
|
;; Remove bundled armadillo sources
|
||||||
(snippet
|
(snippet
|
||||||
|
|
Loading…
Reference in New Issue