diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2016-09-12 15:40:42 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2016-09-12 17:44:47 +0200 |
commit | 5e67507273cbd52b66410e3e9422b8f47ed6e068 (patch) | |
tree | e863a4db798b394b9e56481a6291017746d9f9f0 /gnu/packages/maths.scm | |
parent | 1b7f85f52d109c05234216cbee57ad8c7c8c8e01 (diff) | |
download | patches-5e67507273cbd52b66410e3e9422b8f47ed6e068.tar patches-5e67507273cbd52b66410e3e9422b8f47ed6e068.tar.gz |
gnu: r-rcpparmadillo: Update to 0.7.400.2.0.
* gnu/packages/maths.scm (armadillo-for-rcpparmadillo): Update to 7.400.2.
* gnu/packages/statistics.scm (r-rcpparmadillo): Update to 0.7.400.2.0.
Diffstat (limited to 'gnu/packages/maths.scm')
-rw-r--r-- | gnu/packages/maths.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm index f676a2a277..44a24ef695 100644 --- a/gnu/packages/maths.scm +++ b/gnu/packages/maths.scm @@ -1816,14 +1816,14 @@ associated functions (eg. contiguous and non-contiguous submatrix views).") (define-public armadillo-for-rcpparmadillo (package (inherit armadillo) - (version "6.700.6") + (version "7.400.2") (source (origin (method url-fetch) (uri (string-append "mirror://sourceforge/arma/armadillo-" - version ".tar.gz")) + version ".tar.xz")) (sha256 (base32 - "1cdpjxb0fz5f28y5qrqgpw53s7qi8s2v3al9lfdldqxngb21vpx8")))))) + "0xmpnqhm9mwr1lssjyarj0cl8b4svbqv6z1xa1dxlwd2ly1srkg4")))))) (define-public muparser ;; When switching download sites, muparser re-issued a 2.2.5 release with a |