diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2016-12-29 21:06:58 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2016-12-29 21:49:12 +0100 |
commit | a8e45b3240a1324d424623ab2a289e76fc4c3991 (patch) | |
tree | 64ab90015cc7ab5f6a9993bf8f548c617bc62ef3 /gnu/packages/maths.scm | |
parent | b1c1f4d01232073360a0aa55a71e0b2c6e583912 (diff) | |
download | guix-a8e45b3240a1324d424623ab2a289e76fc4c3991.tar guix-a8e45b3240a1324d424623ab2a289e76fc4c3991.tar.gz |
gnu: r-rcpparmadillo: Update to 0.7.600.1.0.
* gnu/packages/statistics.scm (r-rcpparmadillo): Update to 0.7.600.1.0.
* gnu/packages/maths.scm (armadillo-for-rcpparmadillo): Update to
7.600.1.
Diffstat (limited to 'gnu/packages/maths.scm')
-rw-r--r-- | gnu/packages/maths.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm index 2cbe7f863c..18b06e7765 100644 --- a/gnu/packages/maths.scm +++ b/gnu/packages/maths.scm @@ -2020,14 +2020,14 @@ associated functions (eg. contiguous and non-contiguous submatrix views).") (define-public armadillo-for-rcpparmadillo (package (inherit armadillo) - (version "7.500.0") + (version "7.600.1") (source (origin (method url-fetch) (uri (string-append "mirror://sourceforge/arma/armadillo-" version ".tar.xz")) (sha256 (base32 - "1x98d32cgxbzbbma2ak6c37wnbpq13xxyxyd6jjvflv748mzi9ks")))))) + "1dxgfd2r9lbh24nszvqm2lag439s0srxaf1l86f6ww6waqm5r8zk")))))) (define-public muparser ;; When switching download sites, muparser re-issued a 2.2.5 release with a |