guix-commits
[Top][All Lists]
Advanced

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

63/67: gnu: armadillo: Update to 7.800.2.


From: Ricardo Wurmus
Subject: 63/67: gnu: armadillo: Update to 7.800.2.
Date: Thu, 6 Apr 2017 08:40:03 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 133cba8cb5c278080ae701fba1c339ae50cc124f
Author: Ricardo Wurmus <address@hidden>
Date:   Thu Apr 6 14:25:14 2017 +0200

    gnu: armadillo: Update to 7.800.2.
    
    * gnu/packages/maths.scm (armadillo): Update to 7.800.2.
---
 gnu/packages/maths.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm
index fce5db1..40ab048 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -2159,14 +2159,14 @@ full text searching.")
 (define-public armadillo
   (package
     (name "armadillo")
-    (version "7.600.2")
+    (version "7.800.2")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://sourceforge/arma/armadillo-"
                                   version ".tar.xz"))
               (sha256
                (base32
-                "0bac9y46m61zxinj51l82w06v01ra9vw7a9j6rrwdjhznkkdb437"))))
+                "1qqzy7dp891j9v7062mv1599hdwr97vqzrd3j2fl8c3gmc00dmzg"))))
     (build-system cmake-build-system)
     (arguments `(#:tests? #f)) ;no test target
     (inputs



reply via email to

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