guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

29/35: gnu: r-rcpparmadillo: Update to 0.7.600.1.0.


From: Ricardo Wurmus
Subject: 29/35: gnu: r-rcpparmadillo: Update to 0.7.600.1.0.
Date: Thu, 29 Dec 2016 20:49:26 +0000 (UTC)

rekado pushed a commit to branch master
in repository guix.

commit a8e45b3240a1324d424623ab2a289e76fc4c3991
Author: Ricardo Wurmus <address@hidden>
Date:   Thu Dec 29 21:06:58 2016 +0100

    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.
---
 gnu/packages/maths.scm      |    4 ++--
 gnu/packages/statistics.scm |    4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm
index 2cbe7f8..18b06e7 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
diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm
index 005ae74..1520f1b 100644
--- a/gnu/packages/statistics.scm
+++ b/gnu/packages/statistics.scm
@@ -2092,13 +2092,13 @@ well as additional utilities such as panel and axis 
annotation functions.")
 (define-public r-rcpparmadillo
   (package
     (name "r-rcpparmadillo")
-    (version "0.7.500.0.0")
+    (version "0.7.600.1.0")
     (source (origin
               (method url-fetch)
               (uri (cran-uri "RcppArmadillo" version))
               (sha256
                (base32
-                "06qb6877c5qd8lvnc4b27z8fwb5r5pyylkj0g6kj1rn868zkh5ps"))
+                "0k1wniip184j0ckcg9kcjy2q4mcfj5jpd1nkk4l0ab75ad8znywv"))
               (modules '((guix build utils)))
               ;; Remove bundled armadillo sources
               (snippet



reply via email to

[Prev in Thread] Current Thread [Next in Thread]