From 062737a178ac42059f2e571cc0affb4b08e032ea Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Wed, 26 Oct 2016 15:42:05 +0200 Subject: 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. --- gnu/packages/maths.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gnu/packages/maths.scm') diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm index 479dc794de..0fa97327da 100644 --- a/gnu/packages/maths.scm +++ b/gnu/packages/maths.scm @@ -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 -- cgit 1.4.1